Поделиться через


Перечисление DTSParamType

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

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка:  Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)

Синтаксис

'Декларация
Public Enumeration DTSParamType
'Применение
Dim instance As DTSParamType
public enum DTSParamType
public enum class DTSParamType
type DTSParamType
public enum DTSParamType

Элементы

Имя элемента Описание
Complex Specifies that the parameter is a complex type.
Primitive Specifies that the parameter is a primitive type.
Enum Specifies that the parameter is an enumeration value.
Array Specifies that the parameter is an array.
Variable Specifies that the parameter value is contained in a variable.