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.