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


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

Определение

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

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

Параметры

name
String

Имя среды.

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

Указанная среда из коллекции сред.

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