Compartir a través de


EnvironmentReferenceCollection.Item[String, String] Propiedad

Definición

Obtiene la referencia de entorno de la colección de referencias de entorno basándose en el nombre de entorno y el nombre de carpeta de entorno especificados.

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

El nombre de la referencia de entorno.

environmentFolderName
String

El nombre de la carpeta de entorno.

Valor de propiedad

La referencia de entorno especificada de la colección de referencias de entorno.

Se aplica a