TraceFile 클래스
The TraceFile class is a Trace object that represents a trace log file.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Management.Trace. . :: . .TraceReader
Microsoft.SqlServer.Management.Trace. . :: . .TraceReaderWriter
Microsoft.SqlServer.Management.Trace..::..TraceFile
네임스페이스: Microsoft.SqlServer.Management.Trace
어셈블리: Microsoft.SqlServer.ConnectionInfoExtended(Microsoft.SqlServer.ConnectionInfoExtended.dll)
구문
‘선언
<ComVisibleAttribute(False)> _
Public Class TraceFile _
Inherits TraceReaderWriter
‘사용 방법
Dim instance As TraceFile
[ComVisibleAttribute(false)]
public class TraceFile : TraceReaderWriter
[ComVisibleAttribute(false)]
public ref class TraceFile : public TraceReaderWriter
[<ComVisibleAttribute(false)>]
type TraceFile =
class
inherit TraceReaderWriter
end
public class TraceFile extends TraceReaderWriter
TraceFile 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Depth | Gets the depth value for the trace reader. (TraceReader에서 상속됨) |
![]() |
FieldCount | Gets the number of columns in the data. (TraceReader에서 상속됨) |
![]() |
IsClosed | Gets the Boolean property value that specifies whether the trace reader is closed. (TraceReader에서 상속됨) |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets the column specified by the index position. (TraceReader에서 상속됨) |
![]() |
Item[ ( [ ( String] ) ] ) | Gets the column with the specified name. (TraceReader에서 상속됨) |
![]() |
RecordsAffected | Gets the number of records of data. (TraceReader에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Close | Closes the trace reader and writer. (TraceReaderWriter에서 상속됨) |
![]() |
Dispose | Deletes the trace reader information. (TraceReader에서 상속됨) |
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetBoolean | Returns a Boolean value from the record at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetByte | Returns a Byte value from the record at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetBytes | Gets a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. (TraceReader에서 상속됨) |
![]() |
GetChar | Gets a character value of the specified column. (TraceReader에서 상속됨) |
![]() |
GetChars(Int32, array<Char> [] () [] [], Int32, Int32, Int32) | Gets a character array value from the record at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetChars(Int32, Int64, array<Char> [] () [] [], Int32, Int32) | Gets a character array value from the record at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetData | Returns IDataReader object used when the field points to a remote data structure. (TraceReader에서 상속됨) |
![]() |
GetDataTypeName | Gets the data type of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetDateTime | Gets a DateTime value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetDecimal | Gets a Decimal value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetDouble | Gets a floating point value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetFieldType | Returns the field type of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetFloat | Gets a floating point value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetGuid | Gets a Guid system value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetInt16 | Gets a small integer value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetInt32 | Gets an integer value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetInt64 | Gets a long integer value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetName | Gets the name of the field at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetOrdinal | Gets the ordinal value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetSchemaTable | Gets a table that describes the schema. (TraceReader에서 상속됨) |
![]() |
GetStream | Gets the stream of data. (TraceReader에서 상속됨) |
![]() |
GetString | Gets a String value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetTimeSpan | Gets a TimeSpan value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
GetValue | Gets a value of the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
GetValues | Gets an array of values from the data value at the specified column position. (TraceReader에서 상속됨) |
![]() |
InitializeAsReader | Initializes the specified TraceFile object for reading data from the trace log file. |
![]() |
InitializeAsReplayOutputWriter | Initializes the specified TraceFile object for writing data to the trace log file only. |
![]() |
InitializeAsWriter | Initializes the specified TraceFile object for reading trace data from a TraceReader object, analyzing the data, and writing data the referenced trace log file. |
![]() |
IsDBNull | Specifies whether the specified column is set to null. (TraceReader에서 상속됨) |
![]() |
IsNull | Gets a Boolean value that specifies whether value of the data at the specified column position is null. (TraceReader에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
NextResult | Moves to the next result in the trace. (TraceReader에서 상속됨) |
![]() |
Read | Reads the trace record. (TraceReader에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
![]() |
TranslateSubclass | Translates the sub class. (TraceReader에서 상속됨) |
![]() |
Write | Writes the trace to the trace file or the trace table. (TraceReaderWriter에서 상속됨) |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
![]() |
WriteNotify | Raises an event when the trace is written to the trace file or trace table. (TraceReaderWriter에서 상속됨) |
맨 위로 이동
주의
With the TraceFile object you can:
Read from a trace log file.
Write to a trace log file.
In addition to the Trace and Replay objects, the trace log file can be accessed manually with SQL Server 프로파일러 참조 or using a set of Transact-SQL stored procedures called SQL Trace 소개.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.