Evento DataAsyncCommand.DeriveSchemaCompleted
Si verifica quando il comando DeriveSchemaAsync viene completato.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
Public Event DeriveSchemaCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
public event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>> DeriveSchemaCompleted
public:
virtual 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>>
override DeriveSchemaCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>>,
DataAsyncCommandCompletedEventArgs<IVsDataReader>>
JScript non supporta gli eventi.
Implementa
IVsDataAsyncCommand.DeriveSchemaCompleted
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.