Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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);