次の方法で共有


IUserOptions.UserType プロパティ

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
UserType オブジェクトです。

関連項目

参照

IUserOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間