Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
GetProjectSqlConnection | Gets the SQL connection for the project. |
Top
.gif)