Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerable collection of DeploymentContributorConfigurationFile objects.
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>
Return Value
Type: System.Collections.Generic.IEnumerable<DeploymentContributorConfigurationFile>
An enumerable collection of configuration files.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.