この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Advances the reader to the next result when reading the results of a batch of statements.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public Function NextResult As Boolean
'使用
Dim instance As BusinessLogicDataReader
Dim returnValue As Boolean
returnValue = instance.NextResult()
public bool NextResult()
public:
virtual bool NextResult() sealed
abstract NextResult : unit -> bool
override NextResult : unit -> bool
public final function NextResult() : boolean
戻り値
型: System.Boolean
true if there are more result sets; otherwise false.