T

Namespace: Chimayo.Ssis.Ast.ControlFlow
Parent Module: _CfPrecedenceConstraints

Collection of compatible precedence constraints

Union Cases

Union CaseDescription
All(CfPrecedenceConstraint list)
Signature: CfPrecedenceConstraint list
Any(CfPrecedenceConstraint list)
Signature: CfPrecedenceConstraint list
Empty
Signature:

Static members

Static memberDescription
addAll(value)
Signature: value:CfPrecedenceConstraint -> T -> T

Combine precedence constraints where all constraints must be satisfied

addAny(value)
Signature: value:CfPrecedenceConstraint -> T -> T

Combine precedence constraints where at least one constraint must be satisfied