Compartir a través de


Clase Utility.Key

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Uso
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

El tipo Utility..::..Key expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Utility. . :: . .Key Initializes a new instance of the Utility..::..Key class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Domain No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de DomainRootKey.)

Arriba

Métodos

  Nombre Descripción
Método público Equals(Object) Determines the specified object is equal to the Utility..::..Key. (Invalida SfcKey. . :: . .Equals(Object).)
Método público Equals(SfcKey) Determines the specified key is equal to the Utility..::..Key. (Invalida SfcKey. . :: . .Equals(SfcKey).)
Método públicoMiembro estático Equals(Object, Object) Determines the specified objects are equal.
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code for this instance. (Invalida SfcKey. . :: . .GetHashCode() () () ().)
Método público GetType (Se hereda de Object.)
Método público GetUrnFragment Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Invalida SfcKey. . :: . .GetUrnFragment() () () ().)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Se hereda de SfcKey.)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality(Object, Utility. . :: . .Key) Determines whether the specified object and the right-hand side of the key are equal.
Operador públicoMiembro estático Equality(Utility. . :: . .Key, Utility. . :: . .Key) Determines whether the specified left and right-hand sides of the key are equal.
Operador públicoMiembro estático Equality(Utility. . :: . .Key, Object) Determines whether the specified object and the left-hand side of the key are equal.
Operador públicoMiembro estático Inequality(Object, Utility. . :: . .Key) Determines whether the specified object and the right-hand side of the key are unequal.
Operador públicoMiembro estático Inequality(Utility. . :: . .Key, Utility. . :: . .Key) Determines whether the specified right and left-hand sides of the key are unequal.
Operador públicoMiembro estático Inequality(Utility. . :: . .Key, Object) Determines whether the specified object and the left-hand side of the key are unequal.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.