DataTransferEventArgs.Message Property

Gets the message text associated with the DataTransferEventType object.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

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

Property Value

Type: String
A String value that specifies the message text associated with the DataTransferEventType object.

See Also

Reference

DataTransferEventArgs Class

Microsoft.SqlServer.Management.Common Namespace