UserType Propiedad
Gets the type of the user.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property UserType As UserType
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .UserType
A UserType value that indicates the type of the user.
Vea también