Condividi tramite


Proprietà Row (ADO)

Ottiene o imposta un oggetto OLE DB Row a partire da o su un oggetto Interface di ADORecordConstruction. Quando si usa put_Row per impostare un oggetto Row, una riga viene trasformata in un oggetto Record di ADO.

Sintassi di lettura/scrittura

HRESULT get_Row([out, retval] IUnknown** ppRow);  
HRESULT put_Row([in] IUnknown* pRow);  

Parametri

ppRow
Puntatore a un oggetto OLE DB Row.

PRow
Oggetto OLE DB Row.

Valori restituiti

Questo metodo della proprietà restituisce i valori HRESULT standard, inclusi S_OK ed E_FAIL.

Si applica a

Interfaccia ADORecordConstruction