Поделиться через


Свойство OutputTable

Gets or sets the name of an optional table to which trace replay output is streamed.

Пространство имен:  Microsoft.SqlServer.Management.Trace
Сборка:  Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)

Синтаксис

'Декларация
Public Property OutputTable As TraceTable
    Get
    Set
'Применение
Dim instance As TraceReplay
Dim value As TraceTable

value = instance.OutputTable

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

Значение свойства

Тип: Microsoft.SqlServer.Management.Trace. . :: . .TraceTable
A TraceTable object value that specifies the output table.

Примеры

Readme_Tracer