Propriété IDTSBreakpointSite100.SuspendRequired
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
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.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Property SuspendRequired As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if the task suspends when it encounters a breakpoint; otherwise, false.