共用方式為


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

成員

成員名稱 說明
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.

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空間