Partager via


Classe Utility.Key

The Utility..::..Key class defines methods and properties that are used to identify the Utility within the System File Checker (SFC).

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Utilisation
Dim instance As Utility.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 Utility..::..Key expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Utility. . :: . .Key Initializes a new instance of the Utility..::..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 the specified object is equal to the Utility..::..Key. (remplace SfcKey. . :: . .Equals(Object).)
Méthode publique Equals(SfcKey) Determines the specified key is equal to the Utility..::..Key. (remplace SfcKey. . :: . .Equals(SfcKey).)
Méthode publiqueMembre statique Equals(Object, Object) Determines the specified objects are equal.
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (remplace SfcKey. . :: . .GetHashCode() () () ().)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrnFragment Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (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, Utility. . :: . .Key) Determines whether the specified object and the right-hand side of the key are equal.
Opérateur publicMembre statique Equality(Utility. . :: . .Key, Utility. . :: . .Key) Determines whether the specified left and right-hand sides of the key are equal.
Opérateur publicMembre statique Equality(Utility. . :: . .Key, Object) Determines whether the specified object and the left-hand side of the key are equal.
Opérateur publicMembre statique Inequality(Object, Utility. . :: . .Key) Determines whether the specified object and the right-hand side of the key are unequal.
Opérateur publicMembre statique Inequality(Utility. . :: . .Key, Utility. . :: . .Key) Determines whether the specified right and left-hand sides of the key are unequal.
Opérateur publicMembre statique Inequality(Utility. . :: . .Key, Object) Determines whether the specified object and the left-hand side of the key are unequal.

Haut de la page

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.