다음을 통해 공유


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 네임스페이스