Sdílet prostřednictvím


DeploymentContributorConfigurationSetup.EnumerateInputs – metoda

Vrátí agregující sadu DeploymentContributorConfigurationFile objektů.

Obor názvů:  Microsoft.Data.Schema.Build
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>

Vrácená hodnota

Typ: System.Collections.Generic.IEnumerable<DeploymentContributorConfigurationFile>
Vyčíslitelné kolekci konfiguračních souborů.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentContributorConfigurationSetup Třída

Microsoft.Data.Schema.Build – obor názvů