DataConnectionMessageReceivedEventArgs(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class constructor. Initializes a new instance of the DataConnectionMessageReceivedEventArgs class, providing the event message.
public:
DataConnectionMessageReceivedEventArgs(System::String ^ message);
public DataConnectionMessageReceivedEventArgs (string message);
new Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgs : string -> Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgs
Public Sub New (message As String)
Parameters
- message
- String
The message, as string, received from the data source.