Condividi tramite


Proprietà TraceReplay.OutputTable

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

Spazio dei nomi  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintassi

'Dichiarazione
Public Property OutputTable As TraceTable 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Esempi

Readme_Tracer

Vedere anche

Riferimento

TraceReplay Classe

Spazio dei nomi Microsoft.SqlServer.Management.Trace

Altre risorse

Flag di traccia (Transact-SQL)

Modelli e autorizzazioni di SQL Server Profiler