Proprietà AdoDotNetConnectionSupport.InAsyncMode
Ottiene un valore che indica se la connessione è in modalità asincrona.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
Tipo: Boolean
true se in modalità asincrona si trova su; in caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetConnectionSupport Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet