EnvironmentReferenceCollection.Item[String, String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.