Freigeben über


CollectionSet.IdentityKey-Eigenschaft

Gets the identity key for the collection set.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Syntax

'Declaration
Public ReadOnly Property IdentityKey As CollectionSet.Key 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Collector.CollectionSet.Key
The Key object for the collection set.

Hinweise

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

Siehe auch

Verweis

CollectionSet Klasse

Microsoft.SqlServer.Management.Collector-Namespace