CollectionSet.IdentityKey 屬性
Gets the identity key for the collection set.
命名空間: 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
The Key object for the collection set.
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.