Freigeben über


IDTSBreakpointTarget100.BreakOnExpressionChange-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see BreakpointTarget.

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

Syntax

'Declaration
Property BreakOnExpressionChange As Boolean 
    Get 
    Set
'Usage
Dim instance As IDTSBreakpointTarget100 
Dim value As Boolean 

value = instance.BreakOnExpressionChange

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

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

IDTSBreakpointTarget100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace