Свойство DataTransferEventArgs.Message
Gets the message text associated with the DataTransferEventType object.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Message As String
Get
'Применение
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
Значение свойства
Тип: System.String
A String value that specifies the message text associated with the DataTransferEventType object.