DTSParamType Enumeration
Defines the type of the parameter that passed to a Web service method.
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
语法
声明
Public Enumeration DTSParamType
public enum DTSParamType
public enum class DTSParamType
public enum 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. |
Variable | Specifies that the parameter value is contained in a variable. |
备注
已更新的文本:2006 年 7 月 17 日
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。