Utility.Key Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Object) |
Determines the specified objects are equal. |
Equals(Object) |
Determines the specified object is equal to the Utility.Key. |
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. |