Compartir a través de


Clase IdKey

Represents a class that is used to identify the object which has “Id” property as the key.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
      Microsoft.SqlServer.Management.IntegrationServices.Operation.Key
      Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
      Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion.Key
      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 MustInherit Class IdKey _
    Inherits SfcKey
'Uso
Dim instance As IdKey
public abstract class IdKey : SfcKey
public ref class IdKey abstract : public SfcKey
[<AbstractClassAttribute>]
type IdKey =  
    class 
        inherit SfcKey 
    end
public abstract class IdKey extends SfcKey

El tipo IdKey expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público IdKey() Initializes a new instance of the IdKey class.
Método público IdKey(Int64) Initializes a new instance of the IdKey class with the specified identifier.
Método público IdKey(IdKey) Initializes a new instance of the IdKey class with the specified other identifier key.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Id Gets the identifier of the key.
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. (Invalida SfcKey.Equals(SfcKey).)
Método público Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (Invalida SfcKey.Equals(Object).)
Método públicoMiembro estático Equals(Object, Object) Indicates whether the specified objects are considered equal.
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Retrieves the hash code. (Invalida SfcKey.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público GetUrnFragment (Se hereda de SfcKey.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de SfcKey.)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are equal.
Operador públicoMiembro estático Equality(IdKey, IdKey) Indicates whether the key objects have the same value using the specified operands.
Operador públicoMiembro estático Equality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Operador públicoMiembro estático Inequality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are unequal.
Operador públicoMiembro estático Inequality(IdKey, IdKey) Indicates whether the two specified key objects have different values using the specified operands.
Operador públicoMiembro estático Inequality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

Arriba

Campos

  Nombre Descripción
Campo protegido keyId Specifies the key identifier.

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