Freigeben über


TraceReplay.OutputTable-Eigenschaft

Gets or sets the name of an optional table to which trace replay output is streamed.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntax

'Declaration
Public Property OutputTable As TraceTable 
    Get 
    Set
'Usage
Dim instance As TraceReplay 
Dim value As TraceTable 

value = instance.OutputTable

instance.OutputTable = value
public TraceTable OutputTable { get; set; }
public:
property TraceTable^ OutputTable {
    TraceTable^ get ();
    void set (TraceTable^ value);
}
member OutputTable : TraceTable with get, set
function get OutputTable () : TraceTable 
function set OutputTable (value : TraceTable)

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Trace.TraceTable
A TraceTable object value that specifies the output table.

Beispiele

Readme_Tracer

Siehe auch

Verweis

TraceReplay Klasse

Microsoft.SqlServer.Management.Trace-Namespace

Andere Ressourcen

Ablaufverfolgungsflags (Transact-SQL)

Vorlagen und Berechtigungen in SQL Server Profiler