DTSParamType 열거형

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

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask.dll의 Microsoft.SqlServer.WebServiceTask

구문

‘선언
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.