Partilhar via


Método Read

Indicates whether the object advances to the next row. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Function Read As Boolean
'Uso
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

Valor de retorno

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

Implementa

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