Compartir a través de


MergeSessionSummary.LastMessage Propiedad

Gets or sets the last message returned by the agent during the session.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Property LastMessage As String 
    Get 
    Set
'Uso
Dim instance As MergeSessionSummary 
Dim value As String 

value = instance.LastMessage

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

Valor de la propiedad

Tipo: System.String
A String value.

Comentarios

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.

Vea también

Referencia

MergeSessionSummary Clase

Espacio de nombres Microsoft.SqlServer.Replication