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.