Compartilhar via


Classe DacDomain.Key

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

Hierarquia de herança

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

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

Sintaxe

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

O tipo DacDomain..::..Key expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública Domain Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de DomainRootKey.)

Início

Métodos

  Nome Descrição
Método público Equals(Object) Determines whether the specified object is equal to the DAC domain represented by the DacDomain..::..Key object. (Substitui 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. (Substitui SfcKey. . :: . .Equals(SfcKey).)
Método públicoMembro estático Equals(Object, Object) Determines whether two objects are equal.
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Gets the hash code for the DAC domain key. (Substitui SfcKey. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment Gets the partial unique resource name (URN) path string that represents the DAC store. (Substitui SfcKey. . :: . .GetUrnFragment() () () ().)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Herdado de SfcKey.)

Início

Operadores

  Nome Descrição
Operador públicoMembro 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úblicoMembro 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úblicoMembro 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úblicoMembro 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úblicoMembro estático Inequality(DacDomain. . :: . .Key, DacDomain. . :: . .Key) Performs a Boolean inequality operation to determine whether two DACDomain keys reference different DAC domains.
Operador públicoMembro 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.

Início

Comentários

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

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