DTSParamType 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.
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
Name | Value | Description |
---|---|---|
Complex | 0 | Specifies that the parameter is a complex type. |
Primitive | 1 | Specifies that the parameter is a primitive type. |
Enum | 2 | Specifies that the parameter is an enumeration value. |
Array | 3 | Specifies that the parameter is an array. |
Variable | 4 | Specifies that the parameter value is contained in a variable. |
Undefined | 5 | Specifies the undefined parameter type. |