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


Класс EnvironmentVariable

Represents the variable for an environment.

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

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable

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

Синтаксис

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

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

Свойства

  Имя Описание
Защищенное свойство AbstractIdentityKey (Производный от SfcInstance.)
Открытое свойство Description Gets or sets the description of the environment variable.
Открытое свойство IdentityKey Gets the identity key.
Открытое свойство Metadata (Производный от SfcInstance.)
Открытое свойство Name Gets or sets the name of the environment variable.
Открытое свойство Parent Gets or sets the parent.
Открытое свойство Properties (Производный от SfcInstance.)
Открытое свойство Sensitive Gets or sets a value that indicates whether the environment variable is sensitive.
Защищенное свойство State (Производный от SfcInstance.)
Открытое свойство Type Gets or sets the data type of the environment variable.
Открытое свойство Urn (Производный от SfcInstance.)
Открытое свойство Value Gets or sets the value of the environment variable.
Открытое свойство VariableId Gets the identifier of the variable.

В начало

Методы

  Имя Описание
Защищенный метод CreateIdentityKey (Производный от SfcInstance.)
Открытый метод Discover (Производный от SfcInstance.)
Открытый метод Equals (Производный от Object.)
Защищенный метод GetChildCollection (Производный от SfcInstance.)
Открытый метод GetDomain (Производный от SfcInstance.)
Открытый метод GetHashCode (Производный от Object.)
Открытый методСтатический элемент GetObjectFactory Gets the factory to create a new instance.
Открытый метод GetPropertySet (Производный от SfcInstance.)
Открытый метод GetType (Производный от Object.)
Защищенный метод GetTypeMetadataImpl (Производный от SfcInstance.)
Защищенный метод InitializeUIPropertyState (Производный от SfcInstance.)
Защищенный метод OnPropertyMetadataChanges (Производный от SfcInstance.)
Защищенный метод OnPropertyValueChanges (Производный от SfcInstance.)
Открытый метод Refresh (Производный от SfcInstance.)
Открытый метод Rename Renames the environment variable.
Защищенный метод ResetKey (Производный от SfcInstance.)
Открытый метод ScriptRename Renames the environment variable script.
Открытый метод Serialize (Производный от SfcInstance.)
Открытый метод ToString (Производный от SfcInstance.)

В начало

События

  Имя Описание
Открытое событие PropertyChanged (Производный от SfcInstance.)
Открытое событие PropertyMetadataChanged (Производный от SfcInstance.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ISfcRenamable.Rename Renames the current environment variable with a new key.
Явная реализация интерфейсаЗакрытый метод ISfcRenamable.ScriptRename Renames the current environment variable script with a new key.

В начало

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

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

См. также

Справочник

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