DTSParamType Enum

Definition

Defines the type of the parameter that passed to a Web service method.

public enum class DTSParamType
public enum DTSParamType
type DTSParamType = 
Public Enum DTSParamType
Inheritance
DTSParamType

Fields

Array 3

Specifies that the parameter is an array.

Complex 0

Specifies that the parameter is a complex type.

Enum 2

Specifies that the parameter is an enumeration value.

Primitive 1

Specifies that the parameter is a primitive type.

Undefined 5

Specifies the undefined parameter type.

Variable 4

Specifies that the parameter value is contained in a variable.

Applies to