Compartir a través de


UserType Propiedad

Gets the UserType.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<DisplayNameKeyAttribute("User_UserTypeName")> _
<DisplayDescriptionKeyAttribute("User_UserTypeDesc")> _
ReadOnly Property UserType As UserType
    Get
'Uso
Dim instance As IUserOptions
Dim value As UserType

value = instance.UserType
[DisplayNameKeyAttribute("User_UserTypeName")]
[DisplayDescriptionKeyAttribute("User_UserTypeDesc")]
UserType UserType { get; }
[DisplayNameKeyAttribute(L"User_UserTypeName")]
[DisplayDescriptionKeyAttribute(L"User_UserTypeDesc")]
property UserType UserType {
    UserType get ();
}
[<DisplayNameKeyAttribute("User_UserTypeName")>]
[<DisplayDescriptionKeyAttribute("User_UserTypeDesc")>]
abstract UserType : UserType
function get UserType () : UserType

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserType
A UserType object.