MappedClassType プロパティ
資格情報に関連するクラスを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property MappedClassType As MappedClassType
Get
Set
'使用
Dim instance As Credential
Dim value As MappedClassType
value = instance.MappedClassType
instance.MappedClassType = value
[SfcPropertyAttribute]
public MappedClassType MappedClassType { get; set; }
[SfcPropertyAttribute]
public:
property MappedClassType MappedClassType {
MappedClassType get ();
void set (MappedClassType value);
}
[<SfcPropertyAttribute>]
member MappedClassType : MappedClassType with get, set
function get MappedClassType () : MappedClassType
function set MappedClassType (value : MappedClassType)
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .MappedClassType
資格情報に関連付けられたクラスの種類を示す MappedClassType 値です。