Utility::Key Class

 

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

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


public ref class Key sealed : DomainRootKey

NameDescription
System_CAPS_pubmethodUtility::Key()

Initializes a new instance of the Utility::Key class.

NameDescription
System_CAPS_pubpropertyDomain

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from DomainRootKey.)

System_CAPS_pubpropertyInstanceType

Gets the type of the instance class associated with this key class.(Inherited from SfcKey.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines the specified object is equal to the Utility::Key.(Overrides SfcKey::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticEquals(Object^, Object^)

Determines the specified objects are equal.

System_CAPS_pubmethodEquals(SfcKey^)

Determines the specified key is equal to the Utility::Key.(Overrides SfcKey::Equals(SfcKey^).)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides SfcKey::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUrnFragment()

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.(Overrides SfcKey::GetUrnFragment().)

System_CAPS_pubmethodToString()

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(Utility::Key^, Utility::Key^)

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

System_CAPS_puboperatorSystem_CAPS_staticEquality(Utility::Key^, Object^)

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

System_CAPS_puboperatorSystem_CAPS_staticEquality(Object^, Utility::Key^)

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

System_CAPS_puboperatorSystem_CAPS_staticInequality(Utility::Key^, Utility::Key^)

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

System_CAPS_puboperatorSystem_CAPS_staticInequality(Utility::Key^, Object^)

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

System_CAPS_puboperatorSystem_CAPS_staticInequality(Object^, Utility::Key^)

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

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: