共用方式為


Read 方法

Reads the trace record.

命名空間:  Microsoft.SqlServer.Management.Trace
組件:  Microsoft.SqlServer.ConnectionInfoExtended (在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)

語法

'宣告
Public Function Read As Boolean
'用途
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

傳回值

型別: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.

實作

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

範例

Readme_Tracer