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.
Occurs when the DeriveSchemaAsync command is completed.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Event DeriveSchemaCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
'Usage
Dim instance As DataAsyncCommand
Dim handler As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
AddHandler instance.DeriveSchemaCompleted, handler
public event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>> DeriveSchemaCompleted
public:
virtual event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ DeriveSchemaCompleted {
void add (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
void remove (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
}
JScript does not support events.
Implements
IVsDataAsyncCommand.DeriveSchemaCompleted
.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.