EventInfo.IdentityKey プロパティ

ID キーを取得します。

名前空間:  Microsoft.SqlServer.Management.XEvent
アセンブリ:  Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EventInfo.Key 
    Get
'使用
Dim instance As EventInfo 
Dim value As EventInfo.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public EventInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property EventInfo.Key^ IdentityKey {
    EventInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : EventInfo.Key
function get IdentityKey () : EventInfo.Key

プロパティ値

型: Microsoft.SqlServer.Management.XEvent.EventInfo.Key
EventInfo.Key オブジェクトです。

関連項目

参照

EventInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間