Nota
O acceso a esta páxina require autorización. Pode tentar iniciar sesión ou modificar os directorios.
O acceso a esta páxina require autorización. Pode tentar modificar os directorios.
The Output property returns or sets the name and path of the agent output file.
Sintaxis
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);