Classe TraceServer
The TraceServer class is a Trace object that represents a new trace on an instance of SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Trace
Assembly : Microsoft.SqlServer.ConnectionInfoExtended (dans Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntaxe
'Déclaration
<ComVisibleAttribute(False)> _
Public Class TraceServer _
Inherits TraceReader
'Utilisation
Dim instance As TraceServer
[ComVisibleAttribute(false)]
public class TraceServer : TraceReader
[ComVisibleAttribute(false)]
public ref class TraceServer : public TraceReader
[<ComVisibleAttribute(false)>]
type TraceServer =
class
inherit TraceReader
end
public class TraceServer extends TraceReader
Notes
With the TraceServer object you can:
Start a new trace.
Read a trace.
In addition to the Trace and Replay objects, the trace can be created manually by using Guide de référence du Générateur de profils SQL Server or by using a set of Transact-SQL stored procedures called Présentation de SQL Trace.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Trace. . :: . .TraceReader
Microsoft.SqlServer.Management.Trace..::..TraceServer
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi