IUserOptions Interface
SQL Server 2012
The IUserOptions class is an interface that represents a collection of options that is associated with a user.
This API is not CLS-compliant. Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayNameKeyAttribute("IUserOptions_Name")] [TypeConverterAttribute(typeof(LocalizableTypeConverter))] [StateChangeEventAttribute("CREATE_USER", "USER", "WINDOWS USER")] [DisplayDescriptionKeyAttribute("IUserOptions_Desc")] [StateChangeEventAttribute("ALTER_USER", "USER", "WINDOWS USER")] [StateChangeEventAttribute("CREATE_USER", "USER", "GROUP USER")] [StateChangeEventAttribute("ALTER_USER", "USER", "GROUP USER")] [StateChangeEventAttribute("CREATE_USER", "USER", "CERTIFICATE USER")] [StateChangeEventAttribute("ALTER_USER", "USER", "CERTIFICATE USER")] [CLSCompliantAttribute(false)] [StateChangeEventAttribute("CREATE_USER", "USER", "SQL USER")] [StateChangeEventAttribute("ALTER_USER", "USER", "SQL USER")] [StateChangeEventAttribute("CREATE_USER", "USER", "ASYMMETRIC KEY USER")] [StateChangeEventAttribute("ALTER_USER", "USER", "ASYMMETRIC KEY USER")] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.Enforce|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] public interface IUserOptions : IDmfFacet
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. |
