IVsDataConnection.IsNonLocking Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the data connection supports automatic locking.
public:
property bool IsNonLocking { bool get(); };
public bool IsNonLocking { get; }
member this.IsNonLocking : bool
Public ReadOnly Property IsNonLocking As Boolean
Property Value
true if the data connection supports automatic locking; otherwise, false.