次の方法で共有


ActionInfo.IdentityKey プロパティ

ActionInfo オブジェクトの Action.Key オブジェクトを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Management.XEvent.ActionInfo.Key
ActionInfo オブジェクトを識別する Action.Key オブジェクトです。

関連項目

参照

ActionInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間