Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
)
Parameters
- message
Type: System.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.