SsisDeploymentModel Enumeration
Provides options for the deployment of SSIS projects.
Enumeration Values
Name | Summary |
---|---|
Package | Specifies that the SSIS project should use the Package deployment model. This is the only valid option for versions of SSIS prior to 2012. |
Project | Specifies that the SSIS project should use the Project deployment model. This value is only valid for SSIS 2012 or later. |
Unspecified | Specifies that the SSIS deployment model should not be set. This value is not intended for user code. |