Metodo DataProvider.Read

Indicates whether the object advances to the next row. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function Read As Boolean
'Utilizzo
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

Valore restituito

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

Implementa

IDataReader.Read()

Vedere anche

Riferimento

DataProvider Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc