다음을 통해 공유


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 네임스페이스