Класс 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.) |
В начало
Методы
Имя | Описание | |
---|---|---|
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. | |
Finalize | (Производный от Object.) | |
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() () () ().) | |
MemberwiseClone | (Производный от Object.) | |
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.