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


EnvironmentVariableCollection.Item[String] Свойство

Определение

Возвращает переменную среды из коллекции переменных среды на основании указанного имени.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentVariable ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentVariable ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable
Default Public ReadOnly Property Item(name As String) As EnvironmentVariable

Параметры

name
String

Имя переменной среды.

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

Указанная переменная среды из коллекции переменных среды.

Применяется к