Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Interface IUserOptions

The IUserOptions class is an interface that represents a collection of options that is associated with a user.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en 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

Le type IUserOptions expose les membres suivants.

  NomDescription
Propriété publiqueAsymmetricKeyGets a key that is used for encryption and decryption. Asymmetric keys are related and form a key pair.
Propriété publiqueCertificateGets a certificate derived from an identifier root.
Propriété publiqueCreateDateGets a DateTime object.
Propriété publiqueDefaultSchemaGets the default database schema.
Propriété publiqueIDGets an Int32 identifier.
Propriété publiqueIsSystemObjectGets a Boolean value that specifies whether or not the interface refers to a Object.
Propriété publiqueLoginGets a string value that contains a log-in.
Propriété publiqueLoginTypeGets the type of the login.
Propriété publiqueNameGets the name of the options referenced by the interface.
Propriété publiqueSidGets the security identifier as a Byte object.
Propriété publiqueUserTypeGets the UserType.
Haut de la page
Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.