DataAsyncCommand Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa una implementación de la interfaz 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
- Herencia
- Implementaciones
Constructores
DataAsyncCommand() |
Crea una nueva instancia de la clase DataAsyncCommand. |
DataAsyncCommand(IVsDataConnection) |
Inicializa una nueva instancia del DataAsyncCommand objeto con un IVsDataConnection objeto establecido en el objeto heredado DataSiteableObject<T> . |
Propiedades
Site |
Obtiene o establece el sitio de objetos. (Heredado de DataSiteableObject<T>) |
Métodos
Eventos
DeriveParametersCompleted |
Se produce cuando se completa el DeriveParametersAsync(String, DataCommandType, Int32, Object) comando. |
DeriveSchemaCompleted |
Se produce cuando se completa el DeriveSchemaAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) comando. |
ExecuteCompleted |
Se produce cuando se completa el ExecuteAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) comando. |
ExecuteWithoutResultsCompleted |
Se produce cuando se completa el ExecuteWithoutResultsAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) comando. |
PrepareCompleted |
Se produce cuando se completa el PrepareAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) comando. |
SiteChanged |
Se produce cuando cambia la propiedad Site. (Heredado de DataSiteableObject<T>) |