Partager via


Propriété PackageOptions.DeploymentContributorConfigurationStreams

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property DeploymentContributorConfigurationStreams As IList(Of DeploymentContributorConfigurationStream)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

PackageOptions Classe

Espace de noms Microsoft.SqlServer.Dac