PackageOptions.DeploymentContributorConfigurationStreams Property
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.
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)