DataConnection.AsyncCommand, propriété
Récupère un objet qui peut effectuer une dérivation et l'opération asynchrone des commandes dans la source de données.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AsyncCommand As DataAsyncCommand
public DataAsyncCommand AsyncCommand { get; }
public:
property DataAsyncCommand^ AsyncCommand {
DataAsyncCommand^ get ();
}
member AsyncCommand : DataAsyncCommand with get
function get AsyncCommand () : DataAsyncCommand
Valeur de propriété
Type : Microsoft.VisualStudio.Data.DataAsyncCommand
Retourne une instance de l'objet de la classe d' DataAsyncCommand , qui peut effectuer une dérivation et l'opération asynchrone des commandes dans la source de données.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.