Freigeben über


IDTSBreakpointSite100.SuspendRequired-Eigenschaft

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

Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.

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

Syntax

'Declaration
Property SuspendRequired As Boolean 
    Get 
    Set
'Usage
Dim instance As IDTSBreakpointSite100 
Dim value As Boolean 

value = instance.SuspendRequired

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

Eigenschaftswert

Typ: System.Boolean
true if the task suspends when it encounters a breakpoint; otherwise, false.

Siehe auch

Verweis

IDTSBreakpointSite100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace