EnvironmentReferenceCollection.Item[String, String] プロパティ

定義

指定した名前と環境フォルダー名に基づいて、環境参照コレクションから環境参照を取得します。

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

パラメーター

name
String

環境参照の名前。

environmentFolderName
String

環境フォルダーの名前。

プロパティ値

環境参照コレクションの指定した環境参照です。

適用対象