Поделиться через


Конструктор 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