Proprietà CollectorConfigStore.IdentityKey

Gets the identity key for the configuration store.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CollectorConfigStore.Key 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key
A Key object.

Osservazioni

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

Vedere anche

Riferimento

CollectorConfigStore Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector