ReplicationNeighbor.LastSyncMessage Propiedad

Definición

Obtiene el mensaje asociado al último intento de replicación de este origen.

public:
 property System::String ^ LastSyncMessage { System::String ^ get(); };
public string LastSyncMessage { get; }
member this.LastSyncMessage : string
Public ReadOnly Property LastSyncMessage As String

Valor de propiedad

Mensaje que corresponde al último intento de replicación. Si el último intento se realizó correctamente, el valor es una cadena vacía.

Se aplica a

Consulte también