PolicyStore.IdentityKey プロパティ

ID キーを取得します。

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

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PolicyStore.Key 
    Get
'使用
Dim instance As PolicyStore 
Dim value As PolicyStore.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public PolicyStore.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property PolicyStore.Key^ IdentityKey {
    PolicyStore.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : PolicyStore.Key
function get IdentityKey () : PolicyStore.Key

プロパティ値

型: Microsoft.SqlServer.Management.Dmf.PolicyStore.Key
SfcKey オブジェクトです。

関連項目

参照

PolicyStore クラス

Microsoft.SqlServer.Management.Dmf 名前空間