EnvironmentReferenceCollection.Item[String, String] Propriété

Définition

Obtient la référence environnementale à partir de la collection de références environnementales en fonction du nom spécifié et du nom de dossier d'environnement.

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

Paramètres

name
String

Nom de la référence environnementale.

environmentFolderName
String

Nom du dossier d'environnement.

Valeur de propriété

Référence environnementale spécifiée de la collection de références environnementales.

S’applique à