Bagikan melalui


IRowsetInfo.GetProperties(Int32, DBPROPIDSET[], Int32, IntPtr) Metode

Definisi

Mengembalikan pengaturan saat ini dari semua properti yang didukung oleh set baris.

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)

Parameter

cPropertyIDSets
Int32

Jumlah DBPROPIDSET struktur dalam rgPropertyIDSets.

rgPropertyIDSets
DBPROPIDSET[]

Array DBPROPIDSET struktur.

cPropertySets
Int32

Pointer ke memori untuk mengembalikan jumlah DBPROPSET struktur yang dikembalikan dalam prgPropertySets.

prgPropertySets
IntPtr

nativeint

Pointer ke memori untuk mengembalikan array DBPROPSET struktur.

Keterangan

Catatan

Fungsi dan objek di Microsoft.VisualBasic.Compatibility.VB6 namespace disediakan untuk digunakan oleh alat untuk meningkatkan dari Visual Basic 6.0 ke Visual Basic. Dalam kebanyakan kasus, fungsi dan objek ini menduplikasi fungsionalitas yang dapat Anda temukan di namespace layanan lain di .NET Framework. Mereka hanya diperlukan ketika model kode Visual Basic 6.0 berbeda secara signifikan dari implementasi .NET Framework.

Berlaku untuk