Método BusinessLogicDataReader.NextResult
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Advances the reader to the next result when reading the results of a batch of statements.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Function NextResult As Boolean
'Uso
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
Valor de retorno
Tipo: System.Boolean
true if there are more result sets; otherwise false.
Implementa
Consulte também
Referência
BusinessLogicDataReader Classe
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport