次の方法で共有


UserType プロパティ

ユーザーの種類を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property UserType As UserType
    Get
    Set
'使用
Dim instance As User
Dim value As UserType

value = instance.UserType

instance.UserType = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public UserType UserType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property UserType UserType {
    UserType get ();
    void set (UserType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member UserType : UserType with get, set
function get UserType () : UserType
function set UserType (value : UserType)

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .UserType
ユーザーの種類を示す UserType オブジェクト値です。