Gets the UserType.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<DisplayDescriptionKeyAttribute("User_UserTypeDesc")> _
<DisplayNameKeyAttribute("User_UserTypeName")> _
ReadOnly Property UserType As UserType
Get
用法
Dim instance As IUserOptions
Dim value As UserType
value = instance.UserType
[DisplayDescriptionKeyAttribute("User_UserTypeDesc")]
[DisplayNameKeyAttribute("User_UserTypeName")]
UserType UserType { get; }
[DisplayDescriptionKeyAttribute(L"User_UserTypeDesc")]
[DisplayNameKeyAttribute(L"User_UserTypeName")]
property UserType UserType {
UserType get ();
}
[<DisplayDescriptionKeyAttribute("User_UserTypeDesc")>]
[<DisplayNameKeyAttribute("User_UserTypeName")>]
abstract UserType : UserType
function get UserType () : UserType
属性值
类型:Microsoft.SqlServer.Management.Smo.UserType
A UserType object.