DataAsyncCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an implementation of the IVsDataAsyncCommand interface.
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
- Inheritance
- Implements
Constructors
| DataAsyncCommand() |
Creates a new instance of the DataAsyncCommand class. |
| DataAsyncCommand(IVsDataConnection) |
Initializes a new instance of the DataAsyncCommand object with an IVsDataConnection object that is set on the inherited DataSiteableObject<T> object. |
Properties
| Site |
Gets or sets the object site. (Inherited from DataSiteableObject<T>) |
Methods
Events
| DeriveParametersCompleted |
Occurs when the DeriveParametersAsync(String, DataCommandType, Int32, Object) command is completed. |
| DeriveSchemaCompleted |
Occurs when the DeriveSchemaAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) command is completed. |
| ExecuteCompleted |
Occurs when the ExecuteAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) command is completed. |
| ExecuteWithoutResultsCompleted |
Occurs when the ExecuteWithoutResultsAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) command is completed. |
| PrepareCompleted |
Occurs when the PrepareAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) command is completed. |
| SiteChanged |
Occurs when the Site property is changed. (Inherited from DataSiteableObject<T>) |