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 네임스페이스