Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Public ReadOnly Property AsyncCommand As DataAsyncCommand
Get
public DataAsyncCommand AsyncCommand { get; }
public:
property DataAsyncCommand^ AsyncCommand {
DataAsyncCommand^ get ();
}
member AsyncCommand : DataAsyncCommand
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.