Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the SfcKey object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ObjectSet.Key
Get
'Usage
Dim instance As ObjectSet
Dim value As ObjectSet.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public ObjectSet.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ObjectSet.Key^ IdentityKey {
ObjectSet.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ObjectSet.Key
function get IdentityKey () : ObjectSet.Key
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Dmf.ObjectSet.Key
An SfcKey object.