Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identity key.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PredSourceInfo.Key
Get
'Usage
Dim instance As PredSourceInfo
Dim value As PredSourceInfo.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public PredSourceInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property PredSourceInfo.Key^ IdentityKey {
PredSourceInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : PredSourceInfo.Key
function get IdentityKey () : PredSourceInfo.Key
Property Value
Type: Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
Returns the key as a PredSourceInfo.Key object.