Aracılığıyla paylaş


Bir tek satır ile ırow getiriliyor

The IRow arabirim implementation in the SQL Server Native istemci OLE DB sağlayıcı is simplified to increase performance. Irow , tek bir satır nesnesinin sütunları doğrudan erişim sağlar.Önceden bir komutu yürütmenin sonucu tek bir satır üretecektir biliyorsanız Irow , bu satırın sütunlarını alır.Sonuç kümesi, birden fazla satır içeriyorsa Irow yalnızca ilk satırı geçirecek.

The IRow implementation does not allow any navigation of the row.Her sütun satırdaki bir özel durum yalnızca saat erişilebilir: Bir sütunu, sütun boyutu bulmak ve yeniden veri getirmek için saat erişilebilir.

Not

IRow::Open yalnızca DBGUID_STREAM ve DBGUID_NULL açılmak üzere nesnelerin türünü destekler.

Satır nesnesi kullanılarak elde etmek için ICommand::yürütmek yöntem IID_IRow geçirilmelidir.The IMultipleResults arabirim must be used to handle multiple result sets.IMultipleResults destekler.Irow and Irowset.Irowset toplu işlemler için kullanılır.

See Also

Concepts