CollectorConfigStore.IdentityKey プロパティ

構成ストアの ID キーを取得します。

名前空間:  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
Key オブジェクトです。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectorConfigStore クラス

Microsoft.SqlServer.Management.Collector 名前空間