Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identity key.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PolicyStore.Key
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Dmf.PolicyStore.Key
An SfcKey object.