Propriété UserType
Gets the type of the user.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property UserType As UserType
Get
'Utilisation
Dim instance As IUser
Dim value As UserType
value = instance.UserType
UserType UserType { get; }
property UserType UserType {
UserType get ();
}
abstract UserType : UserType
function get UserType () : UserType
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .UserType
A UserType value that indicates the type of the user.
Voir aussi