PackageOptions Class
Defines advanced options and additional artifacts for package creation.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.PackageOptions
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class PackageOptions
'Usage
Dim instance As PackageOptions
public sealed class PackageOptions
public ref class PackageOptions sealed
[<SealedAttribute>]
type PackageOptions = class end
public final class PackageOptions
The PackageOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PackageOptions | Creates a new instance of the PackageOptions class defining advanced options and additional artifacts for package creation. |
Top
Properties
Name | Description | |
---|---|---|
ContributorArguments | Gets or sets the arguments that are passed to the user-defined deployment contributor. | |
DeploymentContributorConfigurationStreams | Gets or sets the list of files that are inputs for custom deployment contributors. | |
DeploymentContributors | List of contributors that are required in order to deploy the .dacpac | |
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 |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.