Partager via


Propriété CollectionItem.IdentityKey

Gets the identity key for the collection item.

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CollectionItem.Key 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Collector.CollectionItem.Key
The CollectionItem.Key object.

Notes

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

Voir aussi

Référence

CollectionItem Classe

Espace de noms Microsoft.SqlServer.Management.Collector