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 of an EventColumnInfo object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EventColumnInfo.Key
Get
'Usage
Dim instance As EventColumnInfo
Dim value As EventColumnInfo.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public EventColumnInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property EventColumnInfo.Key^ IdentityKey {
EventColumnInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : EventColumnInfo.Key
function get IdentityKey () : EventColumnInfo.Key
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key
The identity key as SfcKey.
Hinweise
The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.