Sdílet prostřednictvím


BackPressureException(String) Constructor

Definition

Initializes a new instance of the BackPressureException class.

public:
 BackPressureException(System::String ^ message);
public BackPressureException (string message);
new Microsoft.SqlServer.Dts.Pipeline.BackPressureException : string -> Microsoft.SqlServer.Dts.Pipeline.BackPressureException
Public Sub New (message As String)

Parameters

message
String

A message that describes the exception.

Remarks

For information about the handling of memory pressure in the data flow in components that have more than one input, see Developing Data Flow Components with Multiple Inputs.

Applies to