Message 속성
The status message returned by the replication agent.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication
구문
‘선언
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.
구현
주의
The Message property is read-only.