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 key that identifies the policy.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Policy.Key
Get
'Usage
Dim instance As Policy
Dim value As Policy.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public Policy.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Policy.Key^ IdentityKey {
Policy.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Policy.Key
function get IdentityKey () : Policy.Key
Property Value
Type: Microsoft.SqlServer.Management.Dmf.Policy.Key
A Policy.Key object value that specifies the identity key.