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

Definizione

Restituisce le impostazioni correnti di tutte le proprietà supportate dal set di righe.

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)

Parametri

cPropertyIDSets
Int32

Numero di DBPROPIDSET strutture in rgPropertyIDSets.

rgPropertyIDSets
DBPROPIDSET[]

Matrice di DBPROPIDSET strutture.

cPropertySets
Int32

Puntatore alla memoria in cui restituire il numero di DBPROPSET strutture restituite in prgPropertySets.

prgPropertySets
IntPtr

nativeint

Puntatore alla memoria in cui restituire una matrice di DBPROPSET strutture.

Commenti

Note

Le funzioni e gli oggetti nello Microsoft.VisualBasic.Compatibility.VB6 spazio dei nomi vengono forniti dagli strumenti per l'aggiornamento da Visual Basic 6.0 a Visual Basic. Nella maggior parte dei casi, queste funzioni e oggetti duplicano funzionalità che è possibile trovare in altri spazi dei nomi in .NET Framework. Sono necessarie solo quando il modello di codice Visual Basic 6.0 differisce in modo significativo rispetto all'implementazione di .NET Framework.

Si applica a