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.
實作
備註
The Message property is read-only.