Compartir a través de


OutputVerboseLevel Property (Replication ActiveX)

The OutputVerboseLevel property returns or sets the amount of output generated by the agent.

Sintaxis

object.OutputVerboseLevel [= value]
Part Description

object

Expression that evaluates to an object in the Applies To list.

value

If the verbose level is 0, only error messages are printed. If the verbose level is 1, all of the progress report messages are printed. If the verbose level is 2 (default), all error messages and progress report messages are printed, which is useful for debugging.

Applies To

SQLDistribution Object (Replication ActiveX)

SQLMerge Object (Replication ActiveX)

Data Type

Long

Modifiable

Read-only

Prototype C/C++

HRESULT get_OutputVerboseLevel(long *pVal);
HRESULT put_OutputVerboseLevel(long pVal);

Vea también

Referencia

Output Property (Replication ActiveX)

Ayuda e información

Obtener ayuda sobre SQL Server 2005