OutputVerboseLevel Property (Replication ActiveX)

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

語法

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);

請參閱

參考

Output Property (Replication ActiveX)

說明及資訊

取得 SQL Server 2005 協助