Partager via


Classe DacDomain.Key

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Utilisation
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

Le type DacDomain..::..Key expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DacDomain. . :: . .Key Initializes a new instance of the DacDomain..::..Key class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Domain Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de DomainRootKey.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals(Object) Determines whether the specified object is equal to the DAC domain represented by the DacDomain..::..Key object. (remplace SfcKey. . :: . .Equals(Object).)
Méthode publique Equals(SfcKey) Determines whether the object associated with the specified SFC key is equal to the DAC domain represented by the DacDomain..::..Key object. (remplace SfcKey. . :: . .Equals(SfcKey).)
Méthode publiqueMembre statique Equals(Object, Object) Determines whether two objects are equal.
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Gets the hash code for the DAC domain key. (remplace SfcKey. . :: . .GetHashCode() () () ().)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrnFragment Gets the partial unique resource name (URN) path string that represents the DAC store. (remplace SfcKey. . :: . .GetUrnFragment() () () ().)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (hérité de SfcKey.)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique 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.
Opérateur publicMembre statique Equality(DacDomain. . :: . .Key, DacDomain. . :: . .Key) Performs a Boolean equality operation to determine whether two DACDomain keys reference the same DAC domain.
Opérateur publicMembre statique 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.
Opérateur publicMembre statique 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.
Opérateur publicMembre statique Inequality(DacDomain. . :: . .Key, DacDomain. . :: . .Key) Performs a Boolean inequality operation to determine whether two DACDomain keys reference different DAC domains.
Opérateur publicMembre statique 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.

Haut de la page

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.