Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Output property returns or sets the name and path of the agent output file.
Syntax
object.Output [ = value ]
Part | Description |
---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
The name and path of the agent output file. If the file name is not provided, the output is sent to the console. If the specified file name exists, the output is appended to the file. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT get_Output(BSTR *pVal);
HRESULT put_Output(BSTR newVal);