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 命名空间