Partager via


Propriété CollectorConfigStore.IdentityKey

Gets the identity key for the configuration store.

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 CollectorConfigStore.Key 
    Get
'Utilisation
Dim instance As CollectorConfigStore 
Dim value As CollectorConfigStore.Key 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key
A 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

CollectorConfigStore Classe

Espace de noms Microsoft.SqlServer.Management.Collector