Constructeur BackPressureException
Initializes a new instance of the BackPressureException class.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
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
)
Paramètres
- message
Type : System.String
A message that describes the exception.
Notes
For information about the handling of memory pressure in the data flow in components that have more than one input, see Développement de composants de flux de données avec plusieurs entrées.