PredSourceInfo.IdentityKey 屬性
Gets the identity key.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PredSourceInfo.Key
Get
'用途
Dim instance As PredSourceInfo
Dim value As PredSourceInfo.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public PredSourceInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property PredSourceInfo.Key^ IdentityKey {
PredSourceInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : PredSourceInfo.Key
function get IdentityKey () : PredSourceInfo.Key
屬性值
型別:Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
Returns the key as a PredSourceInfo.Key object.