IdentityKey Propiedad
Obtiene la clave de identidad para el almacén de configuración.
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CollectorConfigStore..::..Key
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore. . :: . .Key
Objeto de clave.
Comentarios
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vea también