다음을 통해 공유


StatusEventArgs.Message 속성

The status message returned by the replication agent.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Public ReadOnly Property Message As String 
    Get
‘사용 방법
Dim instance As StatusEventArgs 
Dim value As String 

value = instance.Message
public string Message { get; }
public:
virtual property String^ Message {
    String^ get () sealed;
}
abstract Message : string 
override Message : string
final function get Message () : String

속성 값

유형: System.String
A String value that contains the status message.

구현

IStatusEventData.Message

주의

The Message property is read-only.

참고 항목

참조

StatusEventArgs 클래스

Microsoft.SqlServer.Replication 네임스페이스