Freigeben über


DeploymentContributorConfigurationSetup.EnumerateInputs-Methode

Gibt eine aufzählbare Auflistung von DeploymentContributorConfigurationFile-Objekten zurück.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<DeploymentContributorConfigurationFile>
Eine aufzählbare Auflistung von Konfigurationsdateien.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentContributorConfigurationSetup Klasse

Microsoft.Data.Schema.Build-Namespace