DataConnection.AsyncCommand Property

Retrieves an object that can perform asynchronous derivation and execution of commands on the data source.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public ReadOnly Property AsyncCommand As DataAsyncCommand
'使用
Dim instance As DataConnection
Dim value As DataAsyncCommand

value = instance.AsyncCommand
public DataAsyncCommand AsyncCommand { get; }
public:
property DataAsyncCommand^ AsyncCommand {
    DataAsyncCommand^ get ();
}
public function get AsyncCommand () : DataAsyncCommand

Property Value

Type: Microsoft.VisualStudio.Data.DataAsyncCommand

Returns an object instance of the DataAsyncCommand class, which can perform asynchronous derivation and execution of commands on the data source.

Permissions

See Also

Reference

DataConnection Class

DataConnection Members

Microsoft.VisualStudio.Data Namespace