PackageOptions.DeploymentContributorConfigurationStreams-Eigenschaft
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>)
Eigenschaftswert
Typ: System.Collections.Generic.IList<DeploymentContributorConfigurationStream>