カスタム配置コントリビューターに対する入力となるファイルの一覧を取得または設定します。
名前空間: 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>