EnvironmentReferenceCollection.Item[String, String] Property

Definition

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.

Applies to