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 | |
---|---|---|
DacDomain. . :: . .Key | Initializes a new instance of the DacDomain..::..Key class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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 | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the DAC domain represented by the DacDomain..::..Key object. (Substitui SfcKey. . :: . .Equals(Object).) | |
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).) | |
Equals(Object, Object) | Determines whether two objects are equal. | |
Finalize | (Herdado de Object.) | |
GetHashCode | Gets the hash code for the DAC domain key. (Substitui SfcKey. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Gets the partial unique resource name (URN) path string that represents the DAC store. (Substitui SfcKey. . :: . .GetUrnFragment() () () ().) | |
MemberwiseClone | (Herdado de Object.) | |
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 | |
---|---|---|
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. | |
Equality(DacDomain. . :: . .Key, DacDomain. . :: . .Key) | Performs a Boolean equality operation to determine whether two DACDomain keys reference the same DAC domain. | |
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. | |
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. | |
Inequality(DacDomain. . :: . .Key, DacDomain. . :: . .Key) | Performs a Boolean inequality operation to determine whether two DACDomain keys reference different DAC domains. | |
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.