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


Класс NameKey

Identifies Microsoft.SqlServer.Utility objects that use a name property as an Sfc key.

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

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Utility.NameKey
      Microsoft.SqlServer.Management.Utility.ManagedInstance.Key

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

Синтаксис

'Декларация
Public MustInherit Class NameKey _
    Inherits SfcKey
'Применение
Dim instance As NameKey
public abstract class NameKey : SfcKey
public ref class NameKey abstract : public SfcKey
[<AbstractClassAttribute>]
type NameKey =  
    class 
        inherit SfcKey 
    end
public abstract class NameKey extends SfcKey

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

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

  Имя Описание
Открытый метод NameKey Initializes a new instance of the NameKey class with the specified key name.

В начало

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. (Переопределяет SfcKey.Equals(Object).)
Открытый метод Equals(SfcKey) Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Переопределяет SfcKey.Equals(SfcKey).)
Открытый методСтатический элемент Equals(Object, Object) Determines whether the two specified objects are equal.
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode Returns the hash code for this NameKey. (Переопределяет SfcKey.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод GetUrnFragment Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets the unique resource name (URN) path partial string that represents the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].. (Производный от SfcKey.)
Защищенный метод 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, NameKey) Determines whether the the specified Object is the same as the object represented by the specified NameKey .
Открытый операторСтатический элемент Equality(NameKey, NameKey) Determines whether the objects represented by the two specified NameKey values are the same.
Открытый операторСтатический элемент Equality(NameKey, Object) Determines whether the object represented by the specified NameKey is the same as the specified Object.
Открытый операторСтатический элемент Inequality(Object, NameKey) Determines whether the the specified Object is different than the object represented by the specified NameKey .
Открытый операторСтатический элемент Inequality(NameKey, NameKey) Determines whether the objects represented by the two specified NameKey values are different.
Открытый операторСтатический элемент Inequality(NameKey, Object) Determines whether the object represented by the specified NameKey is different than the specified Object.

В начало

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

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

См. также

Справочник

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