PackageOptions Class
Updated: April 20, 2017
Defines advanced options and additional artifacts for package creation.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | PackageOptions() | Initializes a new instance of the PackageOptions class. |
| Name | Description | |
|---|---|---|
![]() | ContributorArguments | Gets or sets the list of contributor arguments that are required in order to deploy the .dacpac. |
![]() | DeploymentContributorConfigurationStreams | Gets or sets the list of contributor configurations that are required in order to deploy the .dacpac. |
![]() | DeploymentContributors | Gets or sets the list of contributors that are required in order to deploy the .dacpac. |
![]() | IgnoreValidationErrors | |
![]() | RefactorLogPath | Gets or sets the path to the file to be added as the refactor log content to the .dacpac. |
![]() | TreatWarningsAsErrors | Gets or sets a value that indicates whether warnings should be treated as errors during model validation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

