다음을 통해 공유


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.