Message Propiedad
Gets the message text associated with the DataTransferEventType object.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .String
A String value that specifies the message text associated with the DataTransferEventType object.