Sdílet prostřednictvím


ManagedWrapper.SuspendRequired Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets whether the suspension of the wrapper is required.

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

Syntax

'Declaration
Public Property SuspendRequired As Boolean 
    Get 
    Set
'Usage
Dim instance As ManagedWrapper 
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)

Property Value

Type: System.Boolean
True if the suspension of the wrapper is required; otherwise, false.

Implements

IDTSBreakpointSite100.SuspendRequired
IDTSSuspend100.SuspendRequired

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace