DataAsyncCommand.DeriveSchemaCompleted, événement
Se produit lorsque la commande d' DeriveSchemaAsync est terminée.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Implémentations
IVsDataAsyncCommand.DeriveSchemaCompleted
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.