次の方法で共有


IChapteredRowset.ReleaseChapter(Int32, Int32) メソッド

定義

チャプターを解放します。

public:
 void ReleaseChapter(int hChapter, [Runtime::InteropServices::Out] int % cRefCount);
public void ReleaseChapter (int hChapter, out int cRefCount);
abstract member ReleaseChapter : int * int -> unit
Public Sub ReleaseChapter (hChapter As Integer, ByRef cRefCount As Integer)

パラメーター

hChapter
Int32

チャプター ハンドル。

cRefCount
Int32

チャプター ハンドルの参照カウントを返すメモリへのポインター。

注釈

注意

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

適用対象