DTSOutputType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class DTSOutputType
public enum DTSOutputType
type DTSOutputType =
Public Enum DTSOutputType
- Inheritance
-
DTSOutputType
Fields
Name | Value | Description |
---|---|---|
File | 0 | Store the result in a file. |
Variable | 1 | Store the result in a variable. |