RemoveRow メソッド
IDTSBuffer100 から行を削除します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub RemoveRow ( _
hRow As Integer _
)
'使用
Dim instance As IDTSBuffer100
Dim hRow As Integer
instance.RemoveRow(hRow)
void RemoveRow(
int hRow
)
void RemoveRow(
[InAttribute] int hRow
)
abstract RemoveRow :
hRow:int -> unit
function RemoveRow(
hRow : int
)
パラメーター
- hRow
型: System. . :: . .Int32
削除する行のハンドルです。