共用方式為


LastRunMessage 屬性

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

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Property LastRunMessage As String
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .String
A String value that specifies the message.

備註

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