Condividi tramite


Proprietà TraceReplay.OutputFile

Gets or sets the name of an optional file 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 OutputFile As TraceFile 
    Get 
    Set
'Utilizzo
Dim instance As TraceReplay 
Dim value As TraceFile 

value = instance.OutputFile

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Trace.TraceFile
A TraceFile object value that specifies the output file.

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