Compartir a través de


IDebuggableDatabaseProject.QueryDebugLaunch (Método)

Enruta el método QueryDebugLaunch a la extensión de modo que se pueda administrar.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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

Parámetros

  • canLaunch
    Tipo: System.Int32%
    Consulta si se puede iniciar la operación de depuración.

Valor devuelto

Tipo: System.Int32
HRESULT.

Seguridad de .NET Framework

Vea también

Referencia

IDebuggableDatabaseProject Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)