Compartir a través de


Enumeración DTSParamType

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
Public Enumeration DTSParamType
'Uso
Dim instance As DTSParamType
public enum DTSParamType
public enum class DTSParamType
type DTSParamType
public enum DTSParamType

Miembros

Nombre del miembro Descripción
Array Specifies that the parameter is an array.
Complex Specifies that the parameter is a complex type.
Enum Specifies that the parameter is an enumeration value.
Primitive Specifies that the parameter is a primitive type.
Undefined Specifies the undefined parameter type.
Variable Specifies that the parameter value is contained in a variable.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask