PackageOptions Class
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.
Defines advanced options and additional artifacts for package creation.
public sealed class PackageOptions
type PackageOptions = class
Public NotInheritable Class PackageOptions
- Inheritance
-
PackageOptions
Constructors
PackageOptions() |
Properties
ContributorArguments |
List of contributors that are required in order to deploy the .dacpac |
DeploymentContributorConfigurationStreams |
List of contributors that are required in order to deploy the .dacpac |
DeploymentContributors |
List of contributors that are required in order to deploy the .dacpac |
IgnoreValidationErrors |
Indicates the list of errors that will be ignored during validation |
RefactorLogPath |
Path to the file to be added as the refactor log content to the .dacpac |
TreatWarningsAsErrors |
Indicates whether warnings should be treated as errors during model validation |