Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of files that are inputs for custom deployment contributors.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property DeploymentContributorConfigurationStreams As IList(Of DeploymentContributorConfigurationStream)
Get
Set
'Usage
Dim instance As PackageOptions
Dim value As IList(Of DeploymentContributorConfigurationStream)
value = instance.DeploymentContributorConfigurationStreams
instance.DeploymentContributorConfigurationStreams = value
public IList<DeploymentContributorConfigurationStream> DeploymentContributorConfigurationStreams { get; set; }
public:
property IList<DeploymentContributorConfigurationStream^>^ DeploymentContributorConfigurationStreams {
IList<DeploymentContributorConfigurationStream^>^ get ();
void set (IList<DeploymentContributorConfigurationStream^>^ value);
}
member DeploymentContributorConfigurationStreams : IList<DeploymentContributorConfigurationStream> with get, set
function get DeploymentContributorConfigurationStreams () : IList<DeploymentContributorConfigurationStream>
function set DeploymentContributorConfigurationStreams (value : IList<DeploymentContributorConfigurationStream>)
Property Value
Type: System.Collections.Generic.IList<DeploymentContributorConfigurationStream>