Partager via


Méthode DataProvider.NextResult

Unimplemented returns false. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Function NextResult As Boolean
'Utilisation
Dim instance As DataProvider 
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

Valeur de retour

Type : System.Boolean
true if there are more result sets; otherwise false.

Implémente

IDataReader.NextResult()

Voir aussi

Référence

DataProvider Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc