Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
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);