IUserOptions.UserType 屬性
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.