Udostępnij przez


Właściwość TraceReplay.OutputFile

Pobiera lub ustawia nazwę opcjonalnego pliku do śledzenia wyjścia replay przesyłanej strumieniowo.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Trace
Zestaw:  Microsoft.SqlServer.ConnectionInfoExtended (w Microsoft.SqlServer.ConnectionInfoExtended.dll)

Składnia

'Deklaracja
Public Property OutputFile As TraceFile
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Trace.TraceFile
A TraceFile wartość obiektu, który określa plik wyjściowy.

Przykłady

Readme_Tracer