共用方式為


DeploymentContributorConfigurationSetup.EnumerateInputs 方法

傳回可列舉的 DeploymentContributorConfigurationFile 物件集合。

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

語法

'宣告
Public Function EnumerateInputs As IEnumerable(Of DeploymentContributorConfigurationFile)
public IEnumerable<DeploymentContributorConfigurationFile> EnumerateInputs()
public:
IEnumerable<DeploymentContributorConfigurationFile^>^ EnumerateInputs()
member EnumerateInputs : unit -> IEnumerable<DeploymentContributorConfigurationFile> 
public function EnumerateInputs() : IEnumerable<DeploymentContributorConfigurationFile>

傳回值

型別:System.Collections.Generic.IEnumerable<DeploymentContributorConfigurationFile>
可列舉的組態檔集合。

.NET Framework 安全性

請參閱

參考

DeploymentContributorConfigurationSetup 類別

Microsoft.Data.Schema.Build 命名空間