Compartilhar 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).

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
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

O tipo Utility.Key expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Utility.Key Initializes a new instance of the Utility.Key class.

Início

Propriedades

  Nome Descrição
Propriedade pública Domain Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de DomainRootKey.)
Propriedade pública InstanceType Gets the type of the instance class associated with this key class. (Herdado de SfcKey.)

Início

Métodos

  Nome Descrição
Método público Equals(Object) Determines the specified object is equal to the Utility.Key. (Substitui SfcKey.Equals(Object).)
Método público Equals(SfcKey) Determines the specified key is equal to the Utility.Key. (Substitui SfcKey.Equals(SfcKey).)
Método públicoMembro estático Equals(Object, Object) Determines the specified objects are equal.
Método público GetHashCode Returns the hash code for this instance. (Substitui SfcKey.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Substitui SfcKey.GetUrnFragment().)
Método público 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
Operador públicoMembro estático Equality(Object, Utility.Key) Determines whether the specified object and the right-hand side of the key are equal.
Operador públicoMembro estático Equality(Utility.Key, Utility.Key) Determines whether the specified left and right-hand sides of the key are equal.
Operador públicoMembro estático Equality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are equal.
Operador públicoMembro estático Inequality(Object, Utility.Key) Determines whether the specified object and the right-hand side of the key are unequal.
Operador públicoMembro estático Inequality(Utility.Key, Utility.Key) Determines whether the specified right and left-hand sides of the key are unequal.
Operador públicoMembro estático Inequality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are unequal.

Início

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Utility