Classe DacDomain.Key
The DacDomain..::..Key class contains the key that identifies the DacDomain class.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .DomainRootKey
Microsoft.SqlServer.Management.Dac..::..DacDomain..::..Key
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Key _
Inherits DomainRootKey
'Utilizzo
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
Nel tipo DacDomain..::..Key sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
DacDomain. . :: . .Key | Initializes a new instance of the DacDomain..::..Key class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Domain | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da DomainRootKey. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the DAC domain represented by the DacDomain..::..Key object. Esegue l'override di 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. Esegue l'override di SfcKey. . :: . .Equals(SfcKey). |
![]() ![]() |
Equals(Object, Object) | Determines whether two objects are equal. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Gets the hash code for the DAC domain key. Esegue l'override di SfcKey. . :: . .GetHashCode() () () (). |
![]() |
GetType | Ereditato da Object. |
![]() |
GetUrnFragment | Gets the partial unique resource name (URN) path string that represents the DAC store. Esegue l'override di SfcKey. . :: . .GetUrnFragment() () () (). |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. Ereditato da SfcKey. |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
![]() ![]() |
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 alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.