DatabaseLabel.CreateDatabase Method
Definition
Namespace: ASNA.DataGate.Client.DatabaseLabel
Assembly: ASNA.QSys.DataGate.Client.dll
Creates a database
Overloads
| Signature | Description |
|---|---|
| CreateDatabase(void CreateDatabase(SourceProfile serverAndCredentials, bool bIsSecured, ILabel label)) | Creates a database |
| CreateDatabase(void CreateDatabase(SourceProfile serverAndCredentials, bool bIsSecured, ILabel pLabel, int tcpPort)) | Creates a database |
void CreateDatabase(SourceProfile serverAndCredentials, bool bIsSecured, ILabel label)
Creates a database
void CreateDatabase(SourceProfile serverAndCredentials, bool bIsSecured, ILabel label)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| SourceProfile | serverAndCredentials | Object identifying the server and client credentials. |
| Boolean | bIsSecured | Whether the database is secure |
| ILabel | label | Label details for the database |
void CreateDatabase(SourceProfile serverAndCredentials, bool bIsSecured, ILabel pLabel, int tcpPort)
Creates a database
void CreateDatabase(SourceProfile serverAndCredentials, bool bIsSecured, ILabel pLabel, int tcpPort)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| SourceProfile | serverAndCredentials | Object identifying the server and client credentials. |
| Boolean | bIsSecured | Whether the database is secure |
| ILabel | pLabel | Label details for the database |
| Int32 | tcpPort | The TCP port number the server listens to. |