Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value indicating whether the data connection supports automatic locking.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property IsNonLocking As Boolean
Get
bool IsNonLocking { get; }
property bool IsNonLocking {
bool get ();
}
abstract IsNonLocking : bool
function get IsNonLocking () : boolean
Property Value
Type: System.Boolean
true if the data connection supports automatic locking; otherwise, false.
Remarks
The data connection is automatically locked after it has been created. When the data connection is associated with a data provider and the provider calls back into this data connection, no new lock should be applied on the data connection. In this case, the data connection is non-locking.
.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.