Partager via


Propriété SuspendRequired

Gets or sets a Boolean indicating whether a task should suspend when it encounters a breakpoint. This value is set by the run-time engine for the tasks and containers when a breakpoint is encountered

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly :  Microsoft.SqlServer.TransferLoginsTask (en Microsoft.SqlServer.TransferLoginsTask.dll)

Syntaxe

'Déclaration
Public Property SuspendRequired As Boolean
    Get
    Set
'Utilisation
Dim instance As TransferLoginsTask
Dim value As Boolean

value = instance.SuspendRequired

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

Valeur de propriété

Type : System. . :: . .Boolean
true if the task suspends when it encounters a breakpoint.

Implémente

IDTSSuspend. . :: . .SuspendRequired