You are using a SQL Server Integration Services (SSIS) project that is stored in the SSIS
catalog. An Environment has been defined in the SSIS catalog.
You need to add the Environment to the project.
Which stored procedure should you use?
A.
catalog.set_environment_reference_type
B.
catalog.set_environment_property
C.
catalog.create_environment_reference
D.
catalog.create_environment
should this be A?
https://msdn.microsoft.com/en-us/library/ff878036.aspx
catalog.create_environment_reference:Creates an environment reference for a project in the Integration Services catalog
C