Partager via


IDebuggableDatabaseProject.QueryDebugLaunch, méthode

Route la méthode QueryDebugLaunch vers l'extension afin qu'elle soit gérée.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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

Paramètres

  • canLaunch
    Type : System.Int32%
    Détermine si l'opération de débogage peut être démarrée.

Valeur de retour

Type : System.Int32
HRESULT.

Sécurité .NET Framework

Voir aussi

Référence

IDebuggableDatabaseProject Interface

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms