Message プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
ReadOnly Property Message As String
Get
'使用
Dim instance As IStatusEventData
Dim value As String
value = instance.Message
string Message { get; }
property String^ Message {
String^ get ();
}
abstract Message : string
function get Message () : String