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


EnvironmentReferenceCollection.Item[String, String] Свойство

Определение

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

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

Параметры

name
String

Имя ссылки на среду.

environmentFolderName
String

Имя папки среды.

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

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

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