Partilhar via


Propriedade do RDL AgentJobHistoryInfo.LastRunMessage

Gets or sets the last message logged from a replication agent.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public Property LastRunMessage As String 
    Get 
    Set
'Uso
Dim instance As AgentJobHistoryInfo 
Dim value As String 

value = instance.LastRunMessage

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

Valor da propriedade

Tipo: System.String
A String value that specifies the message.

Consulte também

Referência

AgentJobHistoryInfo Classe

Namespace Microsoft.SqlServer.Replication