DataAsyncCommand Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une implémentation de l’interface IVsDataAsyncCommand.
public ref class DataAsyncCommand : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataAsyncCommand
public class DataAsyncCommand : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataAsyncCommand
type DataAsyncCommand = class
inherit DataSiteableObject<IVsDataConnection>
interface IVsDataAsyncCommand
Public Class DataAsyncCommand
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IVsDataAsyncCommand
- Héritage
- Implémente
Constructeurs
DataAsyncCommand() |
Crée une instance de la classe DataAsyncCommand. |
DataAsyncCommand(IVsDataConnection) |
Initialise une nouvelle instance de l’objet DataAsyncCommand avec un IVsDataConnection objet défini sur l’objet héritéDataSiteableObject<T>. |
Propriétés
Site |
Obtient ou définit le site d’objet. (Hérité de DataSiteableObject<T>) |
Méthodes
Événements
DeriveParametersCompleted |
Se produit lorsque la DeriveParametersAsync(String, DataCommandType, Int32, Object) commande est terminée. |
DeriveSchemaCompleted |
Se produit lorsque la DeriveSchemaAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) commande est terminée. |
ExecuteCompleted |
Se produit lorsque la ExecuteAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) commande est terminée. |
ExecuteWithoutResultsCompleted |
Se produit lorsque la ExecuteWithoutResultsAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) commande est terminée. |
PrepareCompleted |
Se produit lorsque la PrepareAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) commande est terminée. |
SiteChanged |
Se produit lorsque la propriété Site est modifiée. (Hérité de DataSiteableObject<T>) |