VCProject.MakeManagedDBConnection Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Sub MakeManagedDBConnection ( _
forceNew As Boolean _
)
用法
Dim instance As VCProject
Dim forceNew As Boolean
instance.MakeManagedDBConnection(forceNew)
void MakeManagedDBConnection(
bool forceNew
)
void MakeManagedDBConnection(
[InAttribute] bool forceNew
)
function MakeManagedDBConnection(
forceNew : boolean
)
Parameters
forceNew
Type: System.Boolean
Permissions
- 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.