Share via


CollectionSet.IdentityKey プロパティ

コレクション セットの ID キーを取得します。

名前空間:  Microsoft.SqlServer.Management.Collector
アセンブリ:  Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)

構文

'宣言
Public ReadOnly Property IdentityKey As CollectionSet.Key 
    Get
'使用
Dim instance As CollectionSet 
Dim value As CollectionSet.Key 

value = instance.IdentityKey
public CollectionSet.Key IdentityKey { get; }
public:
property CollectionSet.Key^ IdentityKey {
    CollectionSet.Key^ get ();
}
member IdentityKey : CollectionSet.Key
function get IdentityKey () : CollectionSet.Key

プロパティ値

型: Microsoft.SqlServer.Management.Collector.CollectionSet.Key
コレクション セットの Key オブジェクトです。

説明

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

関連項目

参照

CollectionSet クラス

Microsoft.SqlServer.Management.Collector 名前空間