Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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. |
Remarks
Updated text:17 July 2006
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace
Change History
Release |
History |
17 July 2006 |
Changed content:
|