UserType 属性

Gets the UserType.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("User_UserTypeName")> _
<DisplayDescriptionKeyAttribute("User_UserTypeDesc")> _
ReadOnly Property UserType As UserType
    Get
用法
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