Condividi tramite


Proprietà DataTransferEventArgs.Message

Gets the message text associated with the DataTransferEventType object.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

DataTransferEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common