Freigeben über


IStatusEventData.Message-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the message for the event data.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
ReadOnly Property Message As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
The message for the event data.

Siehe auch

Verweis

IStatusEventData Schnittstelle

Microsoft.SqlServer.Replication-Namespace