IDebuggableDatabaseProject.DebugLaunch 方法

DebugLaunch 方法路由到扩展,以便可以对其进行处理。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Function DebugLaunch ( _
    config As IDatabaseProjectConfiguration, _
    launchOptions As UInteger _
) As Integer
int DebugLaunch(
    IDatabaseProjectConfiguration config,
    uint launchOptions
)
int DebugLaunch(
    IDatabaseProjectConfiguration^ config, 
    unsigned int launchOptions
)
abstract DebugLaunch : 
        config:IDatabaseProjectConfiguration * 
        launchOptions:uint32 -> int 
function DebugLaunch(
    config : IDatabaseProjectConfiguration, 
    launchOptions : uint
) : int

参数

返回值

类型:System.Int32
HRESULT。

.NET Framework 安全性

请参见

参考

IDebuggableDatabaseProject 接口

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间