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.

请参阅

参考

IStatusEventData 接口

Microsoft.SqlServer.Replication 命名空间