IVsDataAsyncCommand.DeriveSchemaCompleted Event
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.
Occurs when the DeriveSchemaAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) command is completed.
public:
event EventHandler<Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataReader ^> ^> ^ DeriveSchemaCompleted;
event EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader>> DeriveSchemaCompleted;
member this.DeriveSchemaCompleted : EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader>>
Event DeriveSchemaCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))