Enum SsisDeploymentModel
Namespace: Varigence.Languages.Biml
Assembly: Biml.dll
C#
    public enum SsisDeploymentModel
Fields
| Fields | Description | 
|---|---|
| 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. |