Свойство PackageOptions.DeploymentContributorConfigurationStreams

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

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Property DeploymentContributorConfigurationStreams As IList(Of DeploymentContributorConfigurationStream)
    Get 
    Set
'Применение
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>)

Значение свойства

Тип: System.Collections.Generic.IList<DeploymentContributorConfigurationStream>

См. также

Справочник

PackageOptions Класс

Пространство имен Microsoft.SqlServer.Dac