次の方法で共有


Credential.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 値です。

使用例

プロパティの設定

関連項目

参照

Credential クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE CREDENTIAL (Transact-SQL)

資格情報 (データベース エンジン)