IVsProjectDataConnection Interface
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.
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. |