TraceTable Constructor
Initializes a new instance of the TraceTable class.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New TraceTable()
public TraceTable()
public:
TraceTable()
new : unit -> TraceTable
public function TraceTable()
See Also