ActionInfo.IdentityKey 속성
Gets the Action.Key object of an ActionInfo object.
네임스페이스: 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
A Action.Key object that identifies an ActionInfo object.