Partilhar via


Método DataAsyncCommand.OnDeriveSchemaCompleted

Gera o evento DeriveSchemaCompleted.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Protected Overridable Sub OnDeriveSchemaCompleted ( _
    e As DataAsyncCommandCompletedEventArgs(Of IVsDataReader) _
)
protected virtual void OnDeriveSchemaCompleted(
    DataAsyncCommandCompletedEventArgs<IVsDataReader> e
)
protected:
virtual void OnDeriveSchemaCompleted(
    DataAsyncCommandCompletedEventArgs<IVsDataReader^>^ e
)
abstract OnDeriveSchemaCompleted : 
        e:DataAsyncCommandCompletedEventArgs<IVsDataReader> -> unit 
override OnDeriveSchemaCompleted : 
        e:DataAsyncCommandCompletedEventArgs<IVsDataReader> -> unit 
protected function OnDeriveSchemaCompleted(
    e : DataAsyncCommandCompletedEventArgs<IVsDataReader>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataAsyncCommand Classe

Namespace Microsoft.VisualStudio.Data.Framework