Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Siehe auch
Verweis
Microsoft.SqlServer.Management.Trace-Namespace