Propriedade do RDL Message
Gets the message text associated with the DataTransferEventType object.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Message As String
Get
'Uso
Dim instance As DataTransferEventArgs
Dim value As String
value = instance.Message
public string Message { get; }
public:
property String^ Message {
String^ get ();
}
member Message : string
function get Message () : String
Valor da propriedade
Tipo: System. . :: . .String
A String value that specifies the message text associated with the DataTransferEventType object.
Consulte também