Share via


Clase DacDomain.Key

The DacDomain..::..Key class contains the key that identifies the DacDomain class.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .DomainRootKey
      Microsoft.SqlServer.Management.Dac..::..DacDomain..::..Key

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Uso
Dim instance As DacDomain.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 DacDomain..::..Key expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Domain No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de DomainRootKey.)

Arriba

Métodos

  Nombre Descripción
Método público Equals(Object) Determines whether the specified object is equal to the DAC domain represented by the DacDomain..::..Key object. (Invalida SfcKey. . :: . .Equals(Object).)
Método público Equals(SfcKey) Determines whether the object associated with the specified SFC key is equal to the DAC domain represented by the DacDomain..::..Key object. (Invalida SfcKey. . :: . .Equals(SfcKey).)
Método públicoMiembro estático Equals(Object, Object) Determines whether two objects are equal.
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Gets the hash code for the DAC domain key. (Invalida SfcKey. . :: . .GetHashCode() () () ().)
Método público GetType (Se hereda de Object.)
Método público GetUrnFragment Gets the partial unique resource name (URN) path string that represents the DAC store. (Invalida SfcKey. . :: . .GetUrnFragment() () () ().)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Se hereda de SfcKey.)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality(Object, DacDomain. . :: . .Key) Performs a Boolean equality operation to determine whether a specified object is the same as the DAC domain associated with a specified DACDomain key.
Operador públicoMiembro estático Equality(DacDomain. . :: . .Key, DacDomain. . :: . .Key) Performs a Boolean equality operation to determine whether two DACDomain keys reference the same DAC domain.
Operador públicoMiembro estático Equality(DacDomain. . :: . .Key, Object) Performs a Boolean equality operation to determine whether a specified object is the same as the DAC domain associated with a specified DACDomain key.
Operador públicoMiembro estático Inequality(Object, DacDomain. . :: . .Key) Performs a Boolean inequality operation to determine whether a specified object is different than the DAC domain associated with a specified DACDomain key.
Operador públicoMiembro estático Inequality(DacDomain. . :: . .Key, DacDomain. . :: . .Key) Performs a Boolean inequality operation to determine whether two DACDomain keys reference different DAC domains.
Operador públicoMiembro estático Inequality(DacDomain. . :: . .Key, Object) Performs a Boolean inequality operation to determine whether a specified object is different than the DAC domain associated with a specified DACDomain key.

Arriba

Comentarios

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

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.