Compartir a través de


Clase Operation.Key

Represents a key class for identification.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.Operation.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 Operation.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 Operation.Key expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Operation.Key Initializes a new instance of the Operation.Key class with the specified Id.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Id Gets the identifier of the key. (Se hereda de IdKey.)
Propiedad pública InstanceType (Se hereda de SfcKey.)

Arriba

Métodos

  Nombre Descripción
Método público Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Se hereda de IdKey.)
Método público Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (Se hereda de IdKey.)
Método público GetHashCode Retrieves the hash code. (Se hereda de IdKey.)
Método público GetType (Se hereda de Object.)
Método público GetUrnFragment Retrieves the conversions of the URN. (Invalida SfcKey.GetUrnFragment().)
Método público 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