Sunday, September 16, 2012

BIML Precedence Constraints “Linear”


If the Constraint Mode of an element is set to Linear all element are conected to thier precedence with the connection type "SuccesFull"
<Biml xmlns="http://schemas.varigence.com/biml.xsd">
    <Annotations>
        <Annotation>
            File: PrecedenceConstraints.Linear.biml
            Demo biml file on PrecedenceConstraints
            Type: Linear
            Enviroment:
                DB: MS-SQL2012
                BIML: 1.6 VS2010 BIDS Helper
            (c) John Minkjan biml101.blogspot.com
        </Annotation>
    </Annotations>
    <Packages>
        <Package
            Name="PrecedenceConstraints.Linear"
            ConstraintMode="Linear">
            <!--
                If the Constraint Mode of an element is set to
                Linear all element are conected to thier precedence
                with the connection type "SuccesFull"-->
            <Tasks>               
                <Container Name ="SEQ 1" ConstraintMode="Linear"></Container>
                <Container Name ="SEQ 2" ConstraintMode="Linear"></Container>
            </Tasks>
        </Package>
    </Packages>
</Biml>

gives you:
image
Till Next Time

No comments:

Post a Comment