DTSOutputType Enum

Definition

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

File 0

Store the result in a file.

Variable 1

Store the result in a variable.

Applies to