Freigeben über


Policy.IdentityKey-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Dmf.Policy.Key
A Policy.Key object value that specifies the identity key.

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

Policy Klasse

Microsoft.SqlServer.Management.Dmf-Namespace