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