次の方法で共有


Event.IdentityKey プロパティ

IdentityKey プロパティを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Management.XEvent.Event.Key
イベントのキー オブジェクトです。

関連項目

参照

Event クラス

Microsoft.SqlServer.Management.XEvent 名前空間