Freigeben über


DTSParamType Enumeration

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.

Hinweise

Aktualisierter Text:17. Juli 2006

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace