Compartilhar via


Classe IntegrationServices.Key

Represents the domain root key for the Integration Services.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key

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

Sintaxe

'Declaração
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Uso
Dim instance As IntegrationServices.Key
public sealed class Key : DomainRootKey
public ref class Key sealed : public DomainRootKey
[<SealedAttribute>]
type Key =  
    class 
        inherit DomainRootKey 
    end
public final class Key extends DomainRootKey

O tipo IntegrationServices.Key expõe os membros a seguir.

Construtores

  Nome Descrição
Método público IntegrationServices.Key Initializes a new instance of the IntegrationServices.Key class.

Início

Propriedades

  Nome Descrição
Propriedade pública Domain (Herdado de DomainRootKey.)
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 IntegrationServices.Key object. (Substitui SfcKey.Equals(Object).)
Método públicoMembro estático Equals(Object, Object) Indicates whether the specified objects are considered equal.
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 Retrieves the UrnFragment. (Substitui SfcKey.GetUrnFragment().)
Método público ToString (Herdado de SfcKey.)

Início

Operadores

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

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