共用方式為


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 命名空間