IStatusEventData.Message プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Gets the message for the event data.
名前空間: 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
プロパティ値
型: System.String
The message for the event data.