次の方法で共有


MappedClassType プロパティ

資格情報に関連するクラスを取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "None")> _
Public Property MappedClassType As MappedClassType
    Get
    Set
'使用
Dim instance As Credential
Dim value As MappedClassType

value = instance.MappedClassType

instance.MappedClassType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "None")]
public MappedClassType MappedClassType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"None")]
public:
property MappedClassType MappedClassType {
    MappedClassType get ();
    void set (MappedClassType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "None")>]
member MappedClassType : MappedClassType with get, set
function get MappedClassType () : MappedClassType
function set MappedClassType (value : MappedClassType)

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .MappedClassType
資格情報に関連付けられたクラスの種類を示す MappedClassType 値です。