Session.IdentityKey 속성
Gets the identity key of the session.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Session.Key
Get
‘사용 방법
Dim instance As Session
Dim value As Session.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public Session.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Session.Key^ IdentityKey {
Session.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Session.Key
function get IdentityKey () : Session.Key
속성 값
유형: Microsoft.SqlServer.Management.XEvent.Session.Key
Returns the identity key.