Raises the MessageReceivedevent on the enclosing DataConnection instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Sub RaiseMessageReceived ( _
message As String _
)
'使用
Dim message As String
Me.RaiseMessageReceived(message)
protected void RaiseMessageReceived(
string message
)
protected:
void RaiseMessageReceived(
String^ message
)
protected function RaiseMessageReceived(
message : String
)
Parameters
message
Type: System.StringThe message received from the data source.
Permissions
- 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.