Partager via


DeploymentContributorConfigurationSetup.EnumerateInputs, méthode

Retourne une collection énumérable d'objets DeploymentContributorConfigurationFile.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de retour

Type : System.Collections.Generic.IEnumerable<DeploymentContributorConfigurationFile>
Collection énumérable de fichiers de configuration.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentContributorConfigurationSetup Classe

Microsoft.Data.Schema.Build, espace de noms