PackageOptions.DeploymentContributorConfigurationStreams Property

Definition

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

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

Property Value

Applies to