Поделиться через


Класс Utility.Key

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Применение
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

Тип Utility.Key обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Utility.Key Initializes a new instance of the Utility.Key class.

В начало

Свойства

  Имя Описание
Открытое свойство Domain Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от DomainRootKey.)
Открытое свойство InstanceType Gets the type of the instance class associated with this key class. (Производный от SfcKey.)

В начало

Методы

  Имя Описание
Открытый метод Equals(Object) Determines the specified object is equal to the Utility.Key. (Переопределяет SfcKey.Equals(Object).)
Открытый метод Equals(SfcKey) Determines the specified key is equal to the Utility.Key. (Переопределяет SfcKey.Equals(SfcKey).)
Открытый методСтатический элемент Equals(Object, Object) Determines the specified objects are equal.
Открытый метод GetHashCode Returns the hash code for this instance. (Переопределяет SfcKey.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод GetUrnFragment Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Переопределяет SfcKey.GetUrnFragment().)
Открытый метод ToString Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Производный от SfcKey.)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality(Object, Utility.Key) Determines whether the specified object and the right-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.
Открытый операторСтатический элемент Equality(Utility.Key, Object) Determines whether the specified object and the left-hand side 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, Utility.Key) Determines whether the specified right and left-hand sides of the key are unequal.
Открытый операторСтатический элемент Inequality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are unequal.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Utility