Свойство MergeSynchronizationAgent.OutputMessageFile
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the input message file.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Public Overridable Property OutputMessageFile As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
The input message file.
Реализует
IMergeSynchronizationAgent.OutputMessageFile