Proprietà IDTSBreakpointSite100.DebugMode

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a Boolean that indicates if a task should check if breakpoints are enabled.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property DebugMode As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As IDTSBreakpointSite100 
Dim value As Boolean 

value = instance.DebugMode

instance.DebugMode = value
bool DebugMode { get; set; }
property bool DebugMode {
    bool get ();
    void set (bool value);
}
abstract DebugMode : bool with get, set
function get DebugMode () : boolean 
function set DebugMode (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if a task should check if breakpoints are enabled; otherwise, false.

Vedere anche

Riferimento

IDTSBreakpointSite100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper