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.