Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the MessageReceivedevent on the enclosing DataConnection instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Sub RaiseMessageReceived ( _
message As String _
)
protected void RaiseMessageReceived(
string message
)
protected:
void RaiseMessageReceived(
String^ message
)
member RaiseMessageReceived :
message:string -> unit
protected function RaiseMessageReceived(
message : String
)
Parameters
- message
Type: System.String
The message received from the data source.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.