Partager via


DTSParamType Enumeration

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

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

'Déclaration
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.

Notes

Texte mis à jour :17 juillet 2006

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace