PrecedenceConstraint Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information, see PrecedenceConstraintClass.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("A5675765-3A9F-48DC-86B1-97D266D90BB5")]
[CoClassAttribute((PrecedenceConstraintClass^::typeid))]
public interface class PrecedenceConstraint : IDTSPrecedenceConstraint100

NameDescription
System_CAPS_pubpropertyConstrainedExecutable

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of the constrained container. (Inherited from IDTSPrecedenceConstraint100.)

System_CAPS_pubpropertyEvalOp

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the evaluation operations used by the precedence constraint. (Inherited from IDTSPrecedenceConstraint100.)

System_CAPS_pubpropertyEvaluatesTrue

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the Boolean value of the Value property. (Inherited from IDTSPrecedenceConstraint100.)

System_CAPS_pubpropertyLogicalAnd

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether multiple constraints work together. (Inherited from IDTSPrecedenceConstraint100.)

System_CAPS_pubpropertyParent

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the parent of the PrecedenceConstraintClass object. (Inherited from IDTSPrecedenceConstraint100.)

System_CAPS_pubpropertyPrecedenceExecutable

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of the precedence executable. (Inherited from IDTSPrecedenceConstraint100.)

System_CAPS_pubpropertyValue

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value from the DTSExecResult enumeration. (Inherited from IDTSPrecedenceConstraint100.)

Return to top
Show: