Evento IVsDataAsyncCommand.DeriveSchemaCompleted
Ocorre quando o comando de DeriveSchemaAsync estiver concluído.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)
Sintaxe
'Declaração
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 não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Services.SupportEntities