共用方式為


CollectorConfigStore.IdentityKey 屬性

Gets the identity key for the configuration store.

命名空間:  Microsoft.SqlServer.Management.Collector
組件:  Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CollectorConfigStore.Key 
    Get
'用途
Dim instance As CollectorConfigStore 
Dim value As CollectorConfigStore.Key 

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

屬性值

型別:Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key
A Key object.

備註

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

請參閱

參考

CollectorConfigStore 類別

Microsoft.SqlServer.Management.Collector 命名空間