この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定したデータ フロー タスクのタップ ポイントを取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Sub RequestTapPointsByMainPipeID ( _
mainPipeIdentification As String, _
<OutAttribute> ByRef ppsaPathIdentification As String(), _
<OutAttribute> ByRef ppsaMaxRowCount As Integer(), _
<OutAttribute> ByRef ppsafileName As String() _
)
'使用
Dim instance As IDTSDataTapConfiguration100
Dim mainPipeIdentification As String
Dim ppsaPathIdentification As String()
Dim ppsaMaxRowCount As Integer()
Dim ppsafileName As String()
instance.RequestTapPointsByMainPipeID(mainPipeIdentification, _
ppsaPathIdentification, ppsaMaxRowCount, _
ppsafileName)
void RequestTapPointsByMainPipeID(
string mainPipeIdentification,
out string[] ppsaPathIdentification,
out int[] ppsaMaxRowCount,
out string[] ppsafileName
)
void RequestTapPointsByMainPipeID(
[InAttribute] String^ mainPipeIdentification,
[OutAttribute] array<String^>^% ppsaPathIdentification,
[OutAttribute] array<int>^% ppsaMaxRowCount,
[OutAttribute] array<String^>^% ppsafileName
)
abstract RequestTapPointsByMainPipeID :
mainPipeIdentification:string *
ppsaPathIdentification:string[] byref *
ppsaMaxRowCount:int[] byref *
ppsafileName:string[] byref -> unit
function RequestTapPointsByMainPipeID(
mainPipeIdentification : String,
ppsaPathIdentification : String[],
ppsaMaxRowCount : int[],
ppsafileName : String[]
)
パラメーター
- mainPipeIdentification
型: System.String
取得するデータ フロー タスクの識別文字列です。
- ppsaPathIdentification
型: array<System.String[]%
このメソッドが戻るとき、データ フロー パスのパス ID を表す文字列の配列が含まれています。 このパラメーターは初期化せずに渡されます。
- ppsaMaxRowCount
型: array<System.Int32[]%
このメソッドが戻るとき、データ フロー パスでタップできる最大行数を表す整数の配列が含まれています。 このパラメーターは初期化せずに渡されます。
- ppsafileName
型: array<System.String[]%
このメソッドが戻るとき、タップ データを保存するファイルの名前を表す文字列の配列が含まれています。 このパラメーターは初期化せずに渡されます。