Свойство 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.