Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the identity key for an EventField 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 EventField.Key
Get
'Usage
Dim instance As EventField
Dim value As EventField.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public EventField.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property EventField.Key^ IdentityKey {
EventField.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : EventField.Key
function get IdentityKey () : EventField.Key
Property Value
Type: Microsoft.SqlServer.Management.XEvent.EventField.Key
An integer that contains the identity key.