DTSOutputType Enumeration
Classifies the storage location of the result of a Web method invocation. The result of the Web method can be stored either in a file or in a variable.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
| Member name | Description | |
|---|---|---|
| File | Store the result in a file. | |
| Variable | Store the result in a variable. |
Show: