IDTSSequence100 Interface

 

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

For more information, see Sequence.

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

[GuidAttribute("ADC8CAE8-1C95-4065-B049-0459139D21B4")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSSequence100

NameDescription
System_CAPS_pubpropertyExecutables

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

Returns a collection of executable objects processed by the run-time engine during execution of this Sequence container. This property is read-only.

System_CAPS_pubpropertyPrecedenceConstraints

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

Returns a collection of PrecedenceConstraint objects that describe the precedence constraints that link container-level containers and tasks into an ordered control flow.

Return to top
Show: