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 开发具有多个输入的数据流组件.