Compartilhar via


Propriedade do RDL IStatusEventData.Message

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the message for the event data.

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

Sintaxe

'Declaração
ReadOnly Property Message As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IStatusEventData Interface

Namespace Microsoft.SqlServer.Replication