C# 클래스 AnfiniL.SqlExpressProfiler.Logic.Trace

파일 보기 프로젝트 열기: ren85/free-sql-server-profiler

공개 메소드들

메소드 설명
ClearTrace ( ) : void

Clears the trace.

Trace ( ) : System

Initializes a new instance of the Trace class.

Trace ( IProfiler profiler, DataTable table, string traceName ) : System

Initializes a new instance of the Trace class.

메소드 상세

ClearTrace() 공개 메소드

Clears the trace.
public ClearTrace ( ) : void
리턴 void

Trace() 공개 메소드

Initializes a new instance of the Trace class.
public Trace ( ) : System
리턴 System

Trace() 공개 메소드

Initializes a new instance of the Trace class.
public Trace ( IProfiler profiler, DataTable table, string traceName ) : System
profiler IProfiler The profiler.
table System.Data.DataTable The table.
traceName string
리턴 System