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

Permissions

See Also

Reference

VCProject Interface

VCProject Members

Microsoft.VisualStudio.VCProjectEngine Namespace