Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the DeriveSchemaCompleted event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
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>
)
Parameters
- e
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<IVsDataReader>
A IVsDataReader object containing the event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.