| Property | Description |
|---|
| Application Application Write: No |
The Application object. |
| Login Identifier Write: Yes |
The login ID that is used to connect to SQL Server. |
| Name String Write: Before Add |
The name of the SQL Server to connect to. |
| Parent Application Write: No |
The Application object. |
| Password Identifier Write: Yes |
The password that is used to connect to SQL Server. |
| PersistFlags Long Write: Yes |
Permanent storage space contained in this object for private use by the application. SQL-DMO does not use this property. |
| SaLogin Boolean Write: No |
Indicates if the login that was used for the connection has system administrator (SA) privilege. If True, the login is SA. If False, the login is not SA. |
| TypeOf SQLOLE_OBJECT_TYPE Write: No |
The type of object. |
| UserData Long Write: Yes |
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property. |
| UseTrustedConnection Boolean Write: Yes |
Determines if a secure connection is requested when connecting to SQL Server. If True, a secure connection is requested. If False, a normal connection is requested. |
| VersionMajor Long Write: No |
The SQL Server version number to the left of the decimal point. |
| VersionMinor Long Write: No |
The SQL Server version number to the right of the decimal point. |