次の方法で共有


IRowsetInfo.GetProperties(Int32, DBPROPIDSET[], Int32, IntPtr) メソッド

定義

行セットによってサポートされているすべてのプロパティの現在の設定を返します。

public:
 void GetProperties(int cPropertyIDSets, cli::array <Microsoft::VisualBasic::Compatibility::VB6::DBPROPIDSET> ^ rgPropertyIDSets, [Runtime::InteropServices::Out] int % cPropertySets, [Runtime::InteropServices::Out] IntPtr % prgPropertySets);
public void GetProperties (int cPropertyIDSets, Microsoft.VisualBasic.Compatibility.VB6.DBPROPIDSET[] rgPropertyIDSets, out int cPropertySets, out IntPtr prgPropertySets);
abstract member GetProperties : int * Microsoft.VisualBasic.Compatibility.VB6.DBPROPIDSET[] * int * nativeint -> unit
Public Sub GetProperties (cPropertyIDSets As Integer, rgPropertyIDSets As DBPROPIDSET(), ByRef cPropertySets As Integer, ByRef prgPropertySets As IntPtr)

パラメーター

cPropertyIDSets
Int32

rgPropertyIDSets 内の DBPROPIDSET 構造体の数。

rgPropertyIDSets
DBPROPIDSET[]

DBPROPIDSET 構造体の配列。

cPropertySets
Int32

prgPropertySets に返された DBPROPSET 構造体の数を返すメモリへのポインター。

prgPropertySets
IntPtr

nativeint

DBPROPSET 構造体の配列を返すメモリへのポインター。

注釈

注意

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

適用対象