TraceTable 클래스
The TraceTable class is a Trace object that represents a table of trace information.
네임스페이스: Microsoft.SqlServer.Management.Trace
어셈블리: Microsoft.SqlServer.ConnectionInfoExtended.dll의 Microsoft.SqlServer.ConnectionInfoExtended
구문
‘선언
<ComVisibleAttribute(False)> _
Public Class TraceTable _
Inherits TraceReaderWriter
‘사용 방법
Dim instance As TraceTable
[ComVisibleAttribute(false)]
public class TraceTable : TraceReaderWriter
[ComVisibleAttribute(false)]
public ref class TraceTable : public TraceReaderWriter
[<ComVisibleAttribute(false)>]
type TraceTable =
class
inherit TraceReaderWriter
end
public class TraceTable extends TraceReaderWriter
주의
With the TraceTable object you can:
Read from a trace table.
Write to a trace table.
In addition to the Trace and Replay objects, the trace table can be accessed manually with SQL Server 프로파일러 참조 or using a set of Transact-SQL stored procedures called SQL Trace 소개.
상속 계층 구조
System. . :: . .Object
Microsoft.SqlServer.Management.Trace. . :: . .TraceReader
Microsoft.SqlServer.Management.Trace. . :: . .TraceReaderWriter
Microsoft.SqlServer.Management.Trace..::..TraceTable
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.