Condividi tramite


Classe Utility.Key

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Utilizzo
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

Nel tipo Utility.Key sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Utility.Key Initializes a new instance of the Utility.Key class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Domain Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da DomainRootKey.
Proprietà pubblica InstanceType Gets the type of the instance class associated with this key class. Ereditato da SfcKey.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals(Object) Determines the specified object is equal to the Utility.Key. Esegue l'override di SfcKey.Equals(Object).
Metodo pubblico Equals(SfcKey) Determines the specified key is equal to the Utility.Key. Esegue l'override di SfcKey.Equals(SfcKey).
Metodo pubblicoMembro statico Equals(Object, Object) Determines the specified objects are equal.
Metodo pubblico GetHashCode Returns the hash code for this instance. Esegue l'override di SfcKey.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUrnFragment Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Esegue l'override di SfcKey.GetUrnFragment().
Metodo pubblico 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
Operatore pubblicoMembro statico Equality(Object, Utility.Key) Determines whether the specified object and the right-hand side of the key are equal.
Operatore pubblicoMembro statico Equality(Utility.Key, Utility.Key) Determines whether the specified left and right-hand sides of the key are equal.
Operatore pubblicoMembro statico Equality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are equal.
Operatore pubblicoMembro statico Inequality(Object, Utility.Key) Determines whether the specified object and the right-hand side of the key are unequal.
Operatore pubblicoMembro statico Inequality(Utility.Key, Utility.Key) Determines whether the specified right and left-hand sides of the key are unequal.
Operatore pubblicoMembro statico Inequality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are unequal.

In alto

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Utility