หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Defines the type of the parameter that passed to a Web service method.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Enumeration DTSParamType
'Usage
Dim instance As DTSParamType
public enum DTSParamType
public enum class DTSParamType
type DTSParamType
public enum DTSParamType
Members
| Member name | Description | |
|---|---|---|
| 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. |