Proprietà IDTSBreakpointSite100.SuspendRequired
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
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.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Property SuspendRequired As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the task suspends when it encounters a breakpoint; otherwise, false.