次の方法で共有


DTSParamInfo コンストラクター (String, String, DTSParamType, Int32)

メソッドに渡されるパラメーターに関する情報を使用して、DTSParamInfo クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
アセンブリ:  Microsoft.SqlServer.WebServiceTask (Microsoft.SqlServer.WebServiceTask.dll)

構文

'宣言
Public Sub New ( _
    name As String, _
    datatype As String, _
    type As DTSParamType, _
    sequenceNumber As Integer _
)
'使用
Dim name As String 
Dim datatype As String 
Dim type As DTSParamType 
Dim sequenceNumber As Integer 

Dim instance As New DTSParamInfo(name, datatype, _
    type, sequenceNumber)
public DTSParamInfo(
    string name,
    string datatype,
    DTSParamType type,
    int sequenceNumber
)
public:
DTSParamInfo(
    String^ name, 
    String^ datatype, 
    DTSParamType type, 
    int sequenceNumber
)
new : 
        name:string * 
        datatype:string * 
        type:DTSParamType * 
        sequenceNumber:int -> DTSParamInfo
public function DTSParamInfo(
    name : String, 
    datatype : String, 
    type : DTSParamType, 
    sequenceNumber : int
)

パラメーター

  • datatype
    型: System.String
    パラメーターのデータ型です。
  • sequenceNumber
    型: System.Int32
    メソッド シグネチャのパラメーターのシーケンス番号です。

関連項目

参照

DTSParamInfo クラス

DTSParamInfo オーバーロード

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 名前空間