PackageOptions.DeploymentContributors Property

Definition

List of contributors that are required in order to deploy the .dacpac

public System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Deployment.DeploymentContributorInformation> DeploymentContributors { get; set; }
member this.DeploymentContributors : System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Deployment.DeploymentContributorInformation> with get, set
Public Property DeploymentContributors As IList(Of DeploymentContributorInformation)

Property Value

Applies to