VCProject.MakeManagedDBConnection(Boolean) Method
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.
Microsoft Internal Use Only.
void MakeManagedDBConnection(bool forceNew = false);
[System.Runtime.InteropServices.DispId(864)]
public void MakeManagedDBConnection (bool forceNew = false);
[<System.Runtime.InteropServices.DispId(864)>]
abstract member MakeManagedDBConnection : bool -> unit
Public Sub MakeManagedDBConnection (Optional forceNew As Boolean = false)
Parameters
- forceNew
- Boolean
Optional. Option to force new connection.
- Attributes