Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns an enumerable collection of DeploymentContributorConfigurationStream objects.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Function EnumerateInputs As IEnumerable(Of DeploymentContributorConfigurationStream)
'Usage
Dim instance As DeploymentContributorConfigurationSetup
Dim returnValue As IEnumerable(Of DeploymentContributorConfigurationStream)
returnValue = instance.EnumerateInputs()
public IEnumerable<DeploymentContributorConfigurationStream> EnumerateInputs()
public:
IEnumerable<DeploymentContributorConfigurationStream^>^ EnumerateInputs()
member EnumerateInputs : unit -> IEnumerable<DeploymentContributorConfigurationStream>
public function EnumerateInputs() : IEnumerable<DeploymentContributorConfigurationStream>
Return Value
Type: System.Collections.Generic.IEnumerable<DeploymentContributorConfigurationStream>