共用方式為


IDebuggableDatabaseProject.QueryDebugLaunch 方法

QueryDebugLaunch 方法路由傳送至擴充功能,以便處理。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Function QueryDebugLaunch ( _
    config As IDatabaseProjectConfiguration, _
    launchOptions As UInteger, _
    <OutAttribute> ByRef canLaunch As Integer _
) As Integer
int QueryDebugLaunch(
    IDatabaseProjectConfiguration config,
    uint launchOptions,
    out int canLaunch
)
int QueryDebugLaunch(
    IDatabaseProjectConfiguration^ config, 
    unsigned int launchOptions, 
    [OutAttribute] int% canLaunch
)
abstract QueryDebugLaunch : 
        config:IDatabaseProjectConfiguration * 
        launchOptions:uint32 * 
        canLaunch:int byref -> int 
function QueryDebugLaunch(
    config : IDatabaseProjectConfiguration, 
    launchOptions : uint, 
    canLaunch : int
) : int

參數

  • canLaunch
    型別:System.Int32%
    查詢是否可以啟動偵錯作業。

傳回值

型別:System.Int32
HRESULT。

.NET Framework 安全性

請參閱

參考

IDebuggableDatabaseProject 介面

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