EnvironmentReferenceCollection.Item[String, String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the environment reference from the environment reference collection based upon the specified name and environment folder name.
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
Parameters
- name
- String
The name of the environment reference.
- environmentFolderName
- String
The name of the environment folder.
Property Value
The specified environment reference from the environment reference collection.