Utility.Key Class

Definition

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

public: ref class Utility::Key sealed : Microsoft::SqlServer::Management::Sdk::Sfc::DomainRootKey
public sealed class Utility.Key : Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
type Utility.Key = class
    inherit DomainRootKey
Public NotInheritable Class Utility.Key
Inherits DomainRootKey
Inheritance

Constructors

Utility.Key()

Initializes a new instance of the Utility.Key class.

Properties

Domain

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

(Inherited from DomainRootKey)
InstanceType

Gets the type of the instance class associated with this key class.

(Inherited from SfcKey)

Methods

Equals(Object)

Determines the specified object is equal to the Utility.Key.

Equals(Object, Object)

Determines the specified objects are equal.

Equals(SfcKey)

Determines the specified key is equal to the Utility.Key.

GetHashCode()

Returns the hash code for this instance.

GetUrnFragment()

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

ToString()

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a String value that is a sortable representation of the object that can be used in external comparers.

(Inherited from SfcKey)

Operators

Equality(Object, Utility+Key)

Determines whether the specified object and the right-hand side of the key are equal.

Equality(Utility+Key, Object)

Determines whether the specified object and the left-hand side of the key are equal.

Equality(Utility+Key, Utility+Key)

Determines whether the specified left and right-hand sides of the key are equal.

Inequality(Object, Utility+Key)

Determines whether the specified object and the right-hand side of the key are unequal.

Inequality(Utility+Key, Object)

Determines whether the specified object and the left-hand side of the key are unequal.

Inequality(Utility+Key, Utility+Key)

Determines whether the specified right and left-hand sides of the key are unequal.

Applies to