Freigeben über


Read-Methode

Indicates whether the object advances to the next row. 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 Read As Boolean
'Usage
Dim instance As DataProvider
Dim returnValue As Boolean

returnValue = instance.Read()
public bool Read()
public:
virtual bool Read() sealed
abstract Read : unit -> bool 
override Read : unit -> bool 
public final function Read() : boolean

Rückgabewert

Typ: System. . :: . .Boolean
true if the object advances to the next row; otherwise, false. The default is true.

Implementiert

IDataReader. . :: . .Read() () () ()