EnvironmentReferenceCollection.Item[String, String] Propriedade

Definição

Obtém a referência do ambiente da coleção de referências de ambiente com base no nome especificado e no nome da pasta do ambiente.

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

Parâmetros

name
String

O nome da referência ao ambiente.

environmentFolderName
String

O nome da pasta ambiente.

Valor da propriedade

A referência de ambiente especificada da coleção de referência de ambiente.

Aplica-se a