Compartilhar via


Propriedade do RDL 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.

Comentários

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