Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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);