IVsProjectDataConnection Interface

Provides a data connection for the debugger. Used when stepping through a SQL document.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("8E40D748-F682-4951-B465-16D0C252A69D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectDataConnection
[GuidAttribute("8E40D748-F682-4951-B465-16D0C252A69D")]
[InterfaceTypeAttribute()]
public interface IVsProjectDataConnection
[GuidAttribute(L"8E40D748-F682-4951-B465-16D0C252A69D")]
[InterfaceTypeAttribute()]
public interface class IVsProjectDataConnection
[<GuidAttribute("8E40D748-F682-4951-B465-16D0C252A69D")>]
[<InterfaceTypeAttribute()>]
type IVsProjectDataConnection =  interface end
public interface IVsProjectDataConnection

The IVsProjectDataConnection type exposes the following members.

Methods

  Name Description
Public method GetProjectSqlConnection Gets the SQL connection for the project.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace