Compartilhar via


Classe IdKey

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
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

O tipo IdKey expõe os membros a seguir.

Construtores

  Nome Descrição
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.

Início

Propriedades

  Nome Descrição
Propriedade pública Id Gets the identifier of the key.
Propriedade pública InstanceType (Herdado de SfcKey.)

Início

Métodos

  Nome Descrição
Método público Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Substitui SfcKey.Equals(SfcKey).)
Método público Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (Substitui SfcKey.Equals(Object).)
Método públicoMembro estático Equals(Object, Object) Indicates whether the specified objects are considered equal.
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Retrieves the hash code. (Substitui SfcKey.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment (Herdado de SfcKey.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de SfcKey.)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are equal.
Operador públicoMembro estático Equality(IdKey, IdKey) Indicates whether the key objects have the same value using the specified operands.
Operador públicoMembro estático Equality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Operador públicoMembro estático Inequality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are unequal.
Operador públicoMembro estático Inequality(IdKey, IdKey) Indicates whether the two specified key objects have different values using the specified operands.
Operador públicoMembro estático Inequality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

Início

Campos

  Nome Descrição
Campo protegido keyId Specifies the key identifier.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.IntegrationServices