DTSParamType Enumeration
Defines the type of the parameter that passed to a Web service method.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Sintassi
'Dichiarazione
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. |
Osservazioni
Testo aggiornato:17 luglio 2006
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.