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.