MergeSynchronizationAgent.OutputMessageFile Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the input message file.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property OutputMessageFile As String
Get
Set
'Usage
Dim instance As MergeSynchronizationAgent
Dim value As String
value = instance.OutputMessageFile
instance.OutputMessageFile = value
public virtual string OutputMessageFile { get; set; }
public:
virtual property String^ OutputMessageFile {
String^ get ();
void set (String^ value);
}
abstract OutputMessageFile : string with get, set
override OutputMessageFile : string with get, set
function get OutputMessageFile () : String
function set OutputMessageFile (value : String)
Property Value
Type: System.String
The input message file.
Implements
IMergeSynchronizationAgent.OutputMessageFile