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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.