Compartir a través de


Clase IntegrationServices.Key

Represents the domain root key for the Integration Services.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.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 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

El tipo IntegrationServices.Key expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público IntegrationServices.Key Initializes a new instance of the IntegrationServices.Key class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Domain (Se hereda de DomainRootKey.)
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 IntegrationServices.Key object. (Invalida SfcKey.Equals(Object).)
Método públicoMiembro estático Equals(Object, Object) Indicates whether the specified objects are considered equal.
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 Retrieves the UrnFragment. (Invalida SfcKey.GetUrnFragment().)
Método público ToString (Se hereda de SfcKey.)

Arriba

Operadores

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

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