Właściwość TraceReplay.OutputTable
Pobiera lub ustawia nazwę opcjonalnego tabela, 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 OutputTable As TraceTable
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Trace.TraceTable
A TraceTable wartość obiektu, który określa tabela wyników.
Zobacz także