Поделиться через


Свойство OutputMessageFile

Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.

Пространство имен:  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

Реализует интерфейс

IMergeSynchronizationAgent. . :: . .OutputMessageFile