DatabaseProfile class | QSYS API Reference Guide
Represents the configuration settings for a database connection within a batch entry. This class encapsulates all necessary details required to establish a connection to the database, including server information, authentication credentials, and other connection-specific settings.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Properties
| Type | Name | Description |
|---|---|---|
| CredentialType | Credential | Gets or sets the type of credentials used for database authentication. |
| String | Label | Gets or sets the label or identifier for the database profile. |
| List<String> | LibraryList | Gets or sets the list of libraries to be used with the database connection. |
| String | Password | Gets or sets the password for database authentication. |
| PasswordType | PasswordType | Gets or sets the type of password used for database authentication. |
| String | PlatformAttribute | Gets or sets the platform-specific attribute for the database connection. |
| Int32 | Port | Gets or sets the port number for the database connection. |
| String | Server | Gets or sets the server name or IP address for the database connection. |
| String | ServicePrincipalName | Gets or sets the Service Principal Name (SPN) for the database connection. |
| String | SslCertificateName | Gets or sets the name of the SSL certificate for the database connection. |
| SslOptions | SslOptions | Gets or sets the SSL options for the database connection. |
| String | User | Gets or sets the username for database authentication. |