Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of an optional table to which trace replay output is streamed.
Espacio de nombres: Microsoft.SqlServer.Management.Trace
Ensamblado: Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxis
'Declaración
Public Property OutputTable As TraceTable
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Trace.TraceTable
A TraceTable object value that specifies the output table.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Trace