Freigeben über


DataProvider.NextResult-Methode

Unimplemented returns false. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function NextResult As Boolean
'Usage
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

Rückgabewert

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

Implementiert

IDataReader.NextResult()

Siehe auch

Verweis

DataProvider Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace