Project.Parameters 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 collection of the project parameters.
public:
 property Microsoft::SqlServer::Dts::Runtime::Parameters ^ Parameters { Microsoft::SqlServer::Dts::Runtime::Parameters ^ get(); };
	public Microsoft.SqlServer.Dts.Runtime.Parameters Parameters { get; }
	member this.Parameters : Microsoft.SqlServer.Dts.Runtime.Parameters
	Public ReadOnly Property Parameters As Parameters
	Property Value
The collection of the project parameters.