Свойство OutputFile
Gets or sets the name of an optional file to which trace replay output is streamed.
Пространство имен: Microsoft.SqlServer.Management.Trace
Сборка: Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)
Синтаксис
'Декларация
Public Property OutputFile As TraceFile
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.SqlServer.Management.Trace. . :: . .TraceFile
A TraceFile object value that specifies the output file.
См. также