IVsProjectDataConnection Interface

Definition

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

public interface class IVsProjectDataConnection
public interface class IVsProjectDataConnection
__interface IVsProjectDataConnection
[System.Runtime.InteropServices.Guid("8E40D748-F682-4951-B465-16D0C252A69D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectDataConnection
[<System.Runtime.InteropServices.Guid("8E40D748-F682-4951-B465-16D0C252A69D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectDataConnection = interface
Public Interface IVsProjectDataConnection
Attributes

Methods

GetProjectSqlConnection(Object)

Gets the SQL connection for the project.

Applies to