DataAsyncCommand.OnDeriveSchemaCompleted 方法

定义

引发 DeriveSchemaCompleted 事件。

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))

参数

e
DataAsyncCommandCompletedEventArgs<IVsDataReader>

一个包含事件数据的 IVsDataReader 对象。

适用于