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>