共用方式為


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 命名空間