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

Definizione

Restituisce le impostazioni correnti di tutte le proprietà supportate dal rowset.

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 strutture DBPROPIDSET nell'oggetto rgPropertyIDSets.

rgPropertyIDSets
DBPROPIDSET[]

Matrice di strutture DBPROPIDSET.

cPropertySets
Int32

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

prgPropertySets
IntPtr

nativeint

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

Commenti

Nota

Le funzioni e gli oggetti inclusi nello spazio dei nomi Microsoft.VisualBasic.Compatibility.VB6 vengono usati con gli strumenti per l'aggiornamento da Visual Basic 6.0 a Visual Basic. Nella maggior parte dei casi queste funzioni e questi oggetti duplicano funzionalità disponibili in altri spazi dei nomi di .NET Framework e sono necessari solo quando il modello di codice di Visual Basic 6.0 è notevolmente diverso rispetto all'implementazione di .NET Framework.

Si applica a