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