次の方法で共有


IRowset.AddRefRows(Int32, Int32[], Int32[], Int32[]) メソッド

定義

既存の行ハンドルの参照カウントをインクリメントします。

public:
 void AddRefRows(int cRows, cli::array <int> ^ hRows, [Runtime::InteropServices::Out] cli::array <int> ^ % refCounts, [Runtime::InteropServices::Out] cli::array <int> ^ % rowStatus);
public void AddRefRows (int cRows, int[] hRows, out int[] refCounts, out int[] rowStatus);
abstract member AddRefRows : int * int[] * Int32[] * Int32[] -> unit
Public Sub AddRefRows (cRows As Integer, hRows As Integer(), ByRef refCounts As Integer(), ByRef rowStatus As Integer())

パラメーター

cRows
Int32

参照カウントをインクリメントする行の数。

hRows
Int32[]

参照カウントをインクリメントする行ハンドルの配列。 行ハンドルが配列に表示されるたびに行ハンドルの参照カウントが 1 つインクリメントされます。

refCounts
Int32[]

各行ハンドルの新しい参照カウントが返される cRows 要素の配列。 コンシューマーによって、この配列にメモリが割り当てられます。 refCounts が null ポインターである場合、参照カウントは返されません。

rowStatus
Int32[]

cRows に指定された各行のステータスを示す値が返される hRows 要素の配列。

注釈

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

適用対象