共用方式為


DataConnection.AsyncCommand 屬性

擷取一個可以執行命令的衍生和非同步執行資料來源中的物件。

命名空間:  Microsoft.VisualStudio.Data
組件:  Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)

語法

'宣告
Public ReadOnly Property AsyncCommand As DataAsyncCommand
public DataAsyncCommand AsyncCommand { get; }
public:
property DataAsyncCommand^ AsyncCommand {
    DataAsyncCommand^ get ();
}
member AsyncCommand : DataAsyncCommand
function get AsyncCommand () : DataAsyncCommand

屬性值

型別:Microsoft.VisualStudio.Data.DataAsyncCommand
傳回 DataAsyncCommand 類別的物件執行個體時,可以執行命令的非同步衍生和執行在資料來源中。

.NET Framework 安全性

請參閱

參考

DataConnection 類別

Microsoft.VisualStudio.Data 命名空間