QeStatementCompletedEventHandler Delegate
Represents the method that will handle the statement completed events.
Assembly: Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)
public delegate void QeStatementCompletedEventHandler( Object^ sender, NonQueryResult^ resultInfo )
Parameters
- sender
-
Type:
System::Object^
The Object which initiated the event.
- resultInfo
-
Type:
Microsoft.SqlServer.Management.MultiServerConnection::NonQueryResult^
A NonQueryResult which contains the information needed to process the event.
Show: