次の方法で共有


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 名前空間