SupportsExecutionPipeline(String,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Determines if the given table is configured to support running a particular execution pipeline.
public static bool SupportsExecutionPipeline(
string pipelineName,
int tableNumber
)
public:
static bool SupportsExecutionPipeline(
String^ pipelineName,
int tableNumber
)
Parameters
- pipelineName
- The name of the pipeline.
- tableNumber
- The point number for the table.
Return Value
true if the table supports the pipeline; otherwise, false.