Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.