OutputVerboseLevel Property (Replication ActiveX)
The OutputVerboseLevel property returns or sets the amount of output generated by the agent.
Syntax
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);
See Also
Reference
Output Property (Replication ActiveX)