Freigeben über


TraceReplay.OutputFile-Eigenschaft

Gets or sets the name of an optional file 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 OutputFile As TraceFile 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

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