DataAsyncCommand Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma implementação da 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
- Herança
- Implementações
Construtores
DataAsyncCommand() |
Cria uma nova instância da classe DataAsyncCommand. |
DataAsyncCommand(IVsDataConnection) |
Inicializa uma nova instância do DataAsyncCommand objeto com um IVsDataConnection objeto definido no objeto herdado DataSiteableObject<T> . |
Propriedades
Site |
Obtém ou define o site do objeto. (Herdado de DataSiteableObject<T>) |
Métodos
Eventos
DeriveParametersCompleted |
Ocorre quando o DeriveParametersAsync(String, DataCommandType, Int32, Object) comando é concluído. |
DeriveSchemaCompleted |
Ocorre quando o DeriveSchemaAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) comando é concluído. |
ExecuteCompleted |
Ocorre quando o ExecuteAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) comando é concluído. |
ExecuteWithoutResultsCompleted |
Ocorre quando o ExecuteWithoutResultsAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) comando é concluído. |
PrepareCompleted |
Ocorre quando o PrepareAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) comando é concluído. |
SiteChanged |
Ocorre quando a propriedade Site é modificada. (Herdado de DataSiteableObject<T>) |