Partager via


Read méthode

Reads the trace record.

Espace de noms :  Microsoft.SqlServer.Management.Trace
Assembly :  Microsoft.SqlServer.ConnectionInfoExtended (dans Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntaxe

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

Valeur de retour

Type : System. . :: . .Boolean
A Boolean value that specifies whether the method succeeded in reading the trace record.
If True, the trace was read successfully.
If False, the trace was not read.

Implémente

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

Exemples

Readme_Tracer