共用方式為


DTSParamInfo Constructor (String, String, DTSParamType, Int32)

Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

命名空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

語法

'宣告
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
)

參數

  • 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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

DTSParamInfo Class
DTSParamInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace