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
)

パラメーター

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