Свойство MergeSynchronizationAgent.InputMessageFile
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the input message file.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Public Overridable Property InputMessageFile As String
Get
Set
'Применение
Dim instance As MergeSynchronizationAgent
Dim value As String
value = instance.InputMessageFile
instance.InputMessageFile = value
public virtual string InputMessageFile { get; set; }
public:
virtual property String^ InputMessageFile {
String^ get ();
void set (String^ value);
}
abstract InputMessageFile : string with get, set
override InputMessageFile : string with get, set
function get InputMessageFile () : String
function set InputMessageFile (value : String)
Значение свойства
Тип: System.String
The input message file.
Реализует
IMergeSynchronizationAgent.InputMessageFile