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