AdoDotNetConnectionSupport.InAsyncMode, propriété
Obtient une valeur indiquant si la connexion dans un mode asynchrone.
Espace de noms : Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected ReadOnly Property InAsyncMode As Boolean
protected bool InAsyncMode { get; }
protected:
property bool InAsyncMode {
bool get ();
}
member InAsyncMode : bool with get
function get InAsyncMode () : boolean
Valeur de propriété
Type : Boolean
true en mode asynchrone est activé ; sinon, false.
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.
Voir aussi
Référence
AdoDotNetConnectionSupport Classe
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms