Freigeben über


BackPressureException-Konstruktor

Initializes a new instance of the BackPressureException class.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String 

Dim instance As New BackPressureException(message)
public BackPressureException(
    string message
)
public:
BackPressureException(
    String^ message
)
new : 
        message:string -> BackPressureException
public function BackPressureException(
    message : String
)

Parameter

  • message
    Typ: System.String
    A message that describes the exception.

Hinweise

For information about the handling of memory pressure in the data flow in components that have more than one input, see Entwickeln von Datenflusskomponenten mit mehreren Eingaben.

Siehe auch

Verweis

BackPressureException Klasse

Microsoft.SqlServer.Dts.Pipeline-Namespace