XEStore.IdentityKey 속성

Gets an SfcKey for the XEStore object.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As XEStore.Key 
    Get
‘사용 방법
Dim instance As XEStore 
Dim value As XEStore.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public XEStore.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property XEStore.Key^ IdentityKey {
    XEStore.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : XEStore.Key
function get IdentityKey () : XEStore.Key

속성 값

유형: Microsoft.SqlServer.Management.XEvent.XEStore.Key
Returns an 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.

참고 항목

참조

XEStore 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스