次の方法で共有


CollectionItem.IdentityKey プロパティ

コレクション アイテムの ID キーを取得します。

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

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CollectionItem.Key 
    Get
'使用
Dim instance As CollectionItem 
Dim value As CollectionItem.Key 

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

プロパティ値

型: Microsoft.SqlServer.Management.Collector.CollectionItem.Key
CollectionItem.Key オブジェクトです。

説明

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

関連項目

参照

CollectionItem クラス

Microsoft.SqlServer.Management.Collector 名前空間