Свойство MergeSessionDetail.Message

Gets or sets the message returned by the Merge Agent during the step.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property Message As String 
    Get 
    Set
'Применение
Dim instance As MergeSessionDetail 
Dim value As String 

value = instance.Message

instance.Message = value
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String 
function set Message (value : String)

Значение свойства

Тип: System.String
When the step is of type UploadArticle or DownloadArticle, Message is the name of the article.

Замечания

This property can be retrieved or set by any user.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

См. также

Справочник

MergeSessionDetail Класс

Пространство имен Microsoft.SqlServer.Replication