PolicyStore.IdentityKey 속성
Gets the identity key.
네임스페이스: 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
An SfcKey object.