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


Свойство EnvironmentVariable.Value

Gets or sets the value of the environment variable.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public Property Value As Object 
    Get 
    Set
'Применение
Dim instance As EnvironmentVariable 
Dim value As Object 

value = instance.Value

instance.Value = value
[SfcPropertyAttribute(Data = true)]
public Object Value { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
[<SfcPropertyAttribute(Data = true)>]
member Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

Значение свойства

Тип: System.Object
The value of the environment variable.

См. также

Справочник

EnvironmentVariable Класс

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