Propriété PolicyStore.IdentityKey
Gets the identity key.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PolicyStore.Key
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Dmf.PolicyStore.Key
An SfcKey object.