Action.IdentityKey 属性

Gets the identity key for an Action object.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Action.Key 
    Get
用法
Dim instance As Action 
Dim value As Action.Key 

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

属性值

类型:Microsoft.SqlServer.Management.XEvent.Action.Key
An Action object that contains the identity key.

请参阅

参考

Action 类

Microsoft.SqlServer.Management.XEvent 命名空间