Compartilhar via


Propriedade do RDL ForEachLoopClass.DebugMode

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets a Boolean that indicates whether the ForEachLoopClass object is in debug mode and whether it should fire the OnBreakpointHit event while running.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Overridable Property DebugMode As Boolean 
    Get 
    Set
'Uso
Dim instance As ForEachLoopClass 
Dim value As Boolean 

value = instance.DebugMode

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

Valor da propriedade

Tipo: System.Boolean
true if the object is in debug mode and fires the OnBreakpointHit event; otherwise, false.

Implementa

IDTSBreakpointSite100.DebugMode

Consulte também

Referência

ForEachLoopClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper