TraceReplay.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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Trace 命名空间