Compartilhar via


Propriedade do RDL PackageOptions.DeploymentContributorConfigurationStreams

Gets or sets the list of files that are inputs for custom deployment contributors.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Property DeploymentContributorConfigurationStreams As IList(Of DeploymentContributorConfigurationStream)
    Get 
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Collections.Generic.IList<DeploymentContributorConfigurationStream>

Consulte também

Referência

PackageOptions Classe

Namespace Microsoft.SqlServer.Dac