共用方式為


IVsDataReader.NextResult 方法

當由類別實作時,會將資料讀取器設定為下一個結果集,在這種情況下,讀取器包含多個結果集處理。

命名空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Function NextResult As Boolean
bool NextResult()
bool NextResult()
abstract NextResult : unit -> bool
function NextResult() : boolean

傳回值

類型:Boolean
true ,如果多個結果集仍要讀取和讀取器前移至下一個結果集, false ;如果找不到任何結果集為止。

.NET Framework 安全性

請參閱

參考

IVsDataReader 介面

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空間