共用方式為


DeploymentProjectBuilder.InputContributorFiles 屬性

取得輸入參與者檔案的清單。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public ReadOnly Property InputContributorFiles As IList(Of DeploymentContributorConfigurationFile)
    Get
public IList<DeploymentContributorConfigurationFile> InputContributorFiles { get; }
public:
property IList<DeploymentContributorConfigurationFile^>^ InputContributorFiles {
    IList<DeploymentContributorConfigurationFile^>^ get ();
}
member InputContributorFiles : IList<DeploymentContributorConfigurationFile>
function get InputContributorFiles () : IList<DeploymentContributorConfigurationFile>

屬性值

型別:System.Collections.Generic.IList<DeploymentContributorConfigurationFile>

.NET Framework 安全性

請參閱

參考

DeploymentProjectBuilder 類別

Microsoft.Data.Schema.Build 命名空間