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


Класс EnvironmentVariable.Key

Represents the key used to access the EnvironmentVariable class.

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

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.NameKey
      Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable.Key

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство InstanceType (Производный от SfcKey.)
Открытое свойство Name Gets the key name. (Производный от NameKey.)

В начало

Методы

  Имя Описание
Открытый метод Equals(SfcKey) Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Производный от NameKey.)
Открытый метод Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. (Производный от NameKey.)
Открытый метод GetHashCode Returns hash code for this NameKey. (Производный от NameKey.)
Открытый метод GetType (Производный от Object.)
Открытый метод GetUrnFragment Gets the UrnFragment for the SfcInstance type. (Переопределяет SfcKey.GetUrnFragment().)
Открытый метод ToString (Производный от SfcKey.)

В начало

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

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

См. также

Справочник

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