DTSParamInfo Constructor (String, String, DTSParamType, Int32)
Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
datatype As String, _
type As DTSParamType, _
sequenceNumber As Integer _
)
public DTSParamInfo (
string name,
string datatype,
DTSParamType type,
int sequenceNumber
)
public:
DTSParamInfo (
String^ name,
String^ datatype,
DTSParamType type,
int sequenceNumber
)
public DTSParamInfo (
String name,
String datatype,
DTSParamType type,
int sequenceNumber
)
public function DTSParamInfo (
name : String,
datatype : String,
type : DTSParamType,
sequenceNumber : int
)
Parameters
- name
The name of the parameter.
- datatype
The data type of the parameter.
- type
The type of the parameter. This is a value from the DTSParamType enumeration.
- sequenceNumber
The sequence number of the parameter in the method signature.
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
DTSParamInfo Class
DTSParamInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace