Freigeben über


Utility.Key-Klasse

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

Vererbungshierarchie

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 (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

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

Der Utility.Key-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Utility.Key Initializes a new instance of the Utility.Key class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Domain Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von DomainRootKey.)
Öffentliche Eigenschaft InstanceType Gets the type of the instance class associated with this key class. (Geerbt von SfcKey.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(Object) Determines the specified object is equal to the Utility.Key. (Überschreibt SfcKey.Equals(Object).)
Öffentliche Methode Equals(SfcKey) Determines the specified key is equal to the Utility.Key. (Überschreibt SfcKey.Equals(SfcKey).)
Öffentliche MethodeStatisches Element Equals(Object, Object) Determines the specified objects are equal.
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Überschreibt SfcKey.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Überschreibt SfcKey.GetUrnFragment().)
Öffentliche Methode ToString Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Geerbt von SfcKey.)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality(Object, Utility.Key) Determines whether the specified object and the right-hand side of the key are equal.
Öffentlicher OperatorStatisches Element Equality(Utility.Key, Utility.Key) Determines whether the specified left and right-hand sides of the key are equal.
Öffentlicher OperatorStatisches Element Equality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are equal.
Öffentlicher OperatorStatisches Element Inequality(Object, Utility.Key) Determines whether the specified object and the right-hand side of the key are unequal.
Öffentlicher OperatorStatisches Element Inequality(Utility.Key, Utility.Key) Determines whether the specified right and left-hand sides of the key are unequal.
Öffentlicher OperatorStatisches Element Inequality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are unequal.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Utility-Namespace