Clase ValidationOperation.Key
Represents the key used to access the ValidationOperation class.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.IdKey
Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public NotInheritable Class Key _
Inherits IdKey
'Uso
Dim instance As ValidationOperation.Key
public sealed class Key : IdKey
public ref class Key sealed : public IdKey
[<SealedAttribute>]
type Key =
class
inherit IdKey
end
public final class Key extends IdKey
El tipo ValidationOperation.Key expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ValidationOperation.Key | Initializes a new instance of the ValidationOperation.Key class with the specified identifier. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Id | Gets the identifier of the key. (Se hereda de IdKey.) | |
InstanceType | (Se hereda de SfcKey.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals(SfcKey) | Indicates whether the current key is the same as the specified key. (Se hereda de IdKey.) | |
Equals(Object) | Indicates whether the specified object is equal to the current IdKey object. (Se hereda de IdKey.) | |
GetHashCode | Retrieves the hash code. (Se hereda de IdKey.) | |
GetType | (Se hereda de Object.) | |
GetUrnFragment | Retrieves the UrnFragment for the SfcInstance type. (Invalida SfcKey.GetUrnFragment().) | |
ToString | (Se hereda de SfcKey.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices