DataAsyncCommand.OnDeriveSchemaCompleted Method
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.
Raises the DeriveSchemaCompleted event.
protected:
virtual void OnDeriveSchemaCompleted(Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataReader ^> ^ e);
protected virtual void OnDeriveSchemaCompleted (Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader> e);
abstract member OnDeriveSchemaCompleted : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader> -> unit
override this.OnDeriveSchemaCompleted : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader> -> unit
Protected Overridable Sub OnDeriveSchemaCompleted (e As DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
Parameters
A IVsDataReader object containing the event data.