Udostępnij przez


TraceServer Members

The TraceServer class is a Trace object that represents a new trace on an instance of SQL Server.

The following tables list the members exposed by the TraceServer type.

Public Constructors

  Name Description
TraceServer Initializes a new instance of the TraceServer class.

Top

Protected Fields

  Name Description
ms220876.protfield(pl-pl,SQL.100).gif currentRow  Specifies the current row. (inherited from TraceReader)

Top

Public Properties

  Name Description
ms220876.pubproperty(pl-pl,SQL.100).gif Depth  Gets the depth value for the trace reader. (inherited from TraceReader)
ms220876.pubproperty(pl-pl,SQL.100).gif FieldCount  Gets the number of columns in the data. (inherited from TraceReader)
ms220876.pubproperty(pl-pl,SQL.100).gif IsClosed  Gets the Boolean property value that specifies whether the trace reader is closed. (inherited from TraceReader)
ms220876.pubproperty(pl-pl,SQL.100).gif Item  Overloaded. (inherited from TraceReader )
ms220876.pubproperty(pl-pl,SQL.100).gif RecordsAffected  Gets the number of records of data. (inherited from TraceReader)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220876.pubmethod(pl-pl,SQL.100).gif Close  Closes the trace reader. (inherited from TraceReader)
ms220876.pubmethod(pl-pl,SQL.100).gif Dispose  Deletes the trace reader information. (inherited from TraceReader)
ms220876.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms220876.pubmethod(pl-pl,SQL.100).gif GetBoolean  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetByte  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetBytes  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetChar  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetChars  Overloaded. (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetData  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetDataTypeName  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetDateTime  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetDecimal  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetDouble  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetFieldType  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetFloat  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetGuid  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms220876.pubmethod(pl-pl,SQL.100).gif GetInt16  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetInt32  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetInt64  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetName  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetOrdinal  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetSchemaTable  Gets a table that describes the schema. (inherited from TraceReader)
ms220876.pubmethod(pl-pl,SQL.100).gif GetStream  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetString  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetTimeSpan  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220876.pubmethod(pl-pl,SQL.100).gif GetValue  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif GetValues  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif InitializeAsReader Initializes the server as a trace reader.
ms220876.pubmethod(pl-pl,SQL.100).gif IsDBNull  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif IsNull  (inherited from TraceReader )
ms220876.pubmethod(pl-pl,SQL.100).gif NextResult  Moves to the next result in the trace. (inherited from TraceReader)
ms220876.pubmethod(pl-pl,SQL.100).gif Pause Pauses the trace.
ms220876.pubmethod(pl-pl,SQL.100).gif Read  Reads the trace record. (inherited from TraceReader)
ms220876.pubmethod(pl-pl,SQL.100).gifms220876.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220876.pubmethod(pl-pl,SQL.100).gif Restart Restarts the trace.
ms220876.pubmethod(pl-pl,SQL.100).gif Stop Stops the trace.
ms220876.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms220876.pubmethod(pl-pl,SQL.100).gif TranslateSubclass  (inherited from TraceReader )

Top

Protected Methods

  Name Description
ms220876.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220876.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top