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>