Sdílet prostřednictvím


IVsDataAsyncCommand.DeriveSchemaCompleted – událost

Dochází, když DeriveSchemaAsync dokončení příkazu.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Event DeriveSchemaCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>> DeriveSchemaCompleted
 event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ DeriveSchemaCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
}
abstract DeriveSchemaCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>>,
    DataAsyncCommandCompletedEventArgs<IVsDataReader>>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataAsyncCommand Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů