Share via


Propriété Message

Gets the message text associated with the DataTransferEventType object.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Message As String
    Get
'Utilisation
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

Valeur de propriété

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