ManagedWrapper.SuspendRequired Property

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

public bool SuspendRequired { get; set; }
public:
property bool SuspendRequired {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
abstract SuspendRequired : bool with get, set
override SuspendRequired : bool with get, set
Public Property SuspendRequired As Boolean

Property Value

Type: System.Boolean

True if the suspension of the wrapper is required; otherwise, false.

Implements

IDTSBreakpointSite100.SuspendRequired IDTSSuspend100.SuspendRequired

See Also

ManagedWrapper Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top