PackageOptions Class

Definition

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

Applies to