Поделиться через


IVsDataAsyncCommand.DeriveSchemaCompleted - событие

Возникает при выполнении команды DeriveSchemaAsync завершена.

Пространство имен:  Microsoft.VisualStudio.Data.Services.SupportEntities
Сборка:  Microsoft.VisualStudio.Data.Services (в Microsoft.VisualStudio.Data.Services.dll)

Синтаксис

'Декларация
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>>
JScript не поддерживает события.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsDataAsyncCommand Интерфейс

Microsoft.VisualStudio.Data.Services.SupportEntities - пространство имен