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


Класс RegisteredServer.Key

Represents the property that is associated with the object that is used to uniquely identify the object.

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

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer.Key

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

Синтаксис

'Декларация
Public NotInheritable Class Key _
    Inherits SfcKey
'Применение
Dim instance As RegisteredServer.Key
public sealed class Key : SfcKey
public ref class Key sealed : public SfcKey
[<SealedAttribute>]
type Key =  
    class 
        inherit SfcKey 
    end
public final class Key extends SfcKey

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

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

  Имя Описание
Открытый метод RegisteredServer.Key() Initializes a new instance of the RegisteredServer.Key class.
Открытый метод RegisteredServer.Key(String) Initializes a new instance of the RegisteredServer.Key class that has the specified name.
Открытый метод RegisteredServer.Key(RegisteredServer.Key) Initializes a new instance of the RegisteredServer.Key class based on the referenced key object.

В начало

Свойства

  Имя Описание
Открытое свойство InstanceType Gets the type of the instance class associated with this key class. (Производный от SfcKey.)
Открытое свойство Name Gets the name of the object key.

В начало

Методы

  Имя Описание
Открытый метод Equals(Object) Determines whether the object passed as a parameter is a key. (Переопределяет SfcKey.Equals(Object).)
Открытый метод Equals(SfcKey) Determines whether the specified object key is equal to the referenced object key. (Переопределяет SfcKey.Equals(SfcKey).)
Открытый методСтатический элемент Equals(Object, Object) Determines whether the two object keys are equal.
Открытый метод GetHashCode Returns the hash code of the specified key. (Переопределяет SfcKey.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод GetUrnFragment Gets the unique resource name path of the specified key. (Переопределяет 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, RegisteredServer.Key) Determines whether two objects are equal by performing an equality operation on them with the object and right operator specified.
Открытый операторСтатический элемент Equality(RegisteredServer.Key, RegisteredServer.Key) Determines whether two objects are equal by performing an equality operation on them using the specified left operator and right operator.
Открытый операторСтатический элемент Equality(RegisteredServer.Key, Object) Determines whether two objects are equal by performing an equality operation on them with the object and left operator specified.
Открытый операторСтатический элемент Inequality(Object, RegisteredServer.Key) Determines whether two objects are equal by performing an inequality operation on them using the specified object and right operator.
Открытый операторСтатический элемент Inequality(RegisteredServer.Key, RegisteredServer.Key) Determines whether two objects are equal by performing an inequality operation on them using the left operator and right operator.
Открытый операторСтатический элемент Inequality(RegisteredServer.Key, Object) Determines whether two objects are equal by performing an inequality operation on them using the specified object and left operator.

В начало

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.

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

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

См. также

Справочник

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