DataAsyncCommand.OnDeriveSchemaCompleted (Método)

Genera el evento DeriveSchemaCompleted.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

DataAsyncCommand Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)