IUserOptions Properties
SQL Server 2012
The IUserOptions type exposes the following members.
| Name | Description | |
|---|---|---|
|
AsymmetricKey | Gets a key that is used for encryption and decryption. Asymmetric keys are related and form a key pair. |
|
Certificate | Gets a certificate derived from an identifier root. |
|
CreateDate | Gets a DateTime object. |
|
DefaultSchema | Gets the default database schema. |
|
ID | Gets an Int32 identifier. |
|
IsSystemObject | Gets a Boolean value that specifies whether or not the interface refers to a Object. |
|
Login | Gets a string value that contains a log-in. |
|
LoginType | Gets the type of the login. |
|
Name | Gets the name of the options referenced by the interface. |
|
Sid | Gets the security identifier as a Byte object. |
|
UserType | Gets the UserType. |