Share via


DataAsyncCommand.OnDeriveSchemaCompleted Method

Definition

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

e
DataAsyncCommandCompletedEventArgs<IVsDataReader>

A IVsDataReader object containing the event data.

Applies to