共用方式為


BackPressureException 建構函式

Initializes a new instance of the BackPressureException class.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public Sub New ( _
    message As String _
)
'用途
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
)

參數

  • message
    型別:System.String
    A message that describes the exception.

備註

For information about the handling of memory pressure in the data flow in components that have more than one input, see 開發具有多個輸入的資料流程元件.

請參閱

參考

BackPressureException 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間