EventColumnInfo.IdentityKey 속성
Gets the SfcKey of an EventColumnInfo object.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EventColumnInfo.Key
Get
‘사용 방법
Dim instance As EventColumnInfo
Dim value As EventColumnInfo.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public EventColumnInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property EventColumnInfo.Key^ IdentityKey {
EventColumnInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : EventColumnInfo.Key
function get IdentityKey () : EventColumnInfo.Key
속성 값
유형: Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key
The identity key as SfcKey.
주의
The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.