AddConstraint Method (DTS)

The AddConstraint method adds a PrecedenceConstraint object by Step object name.

Applies To
PrecedenceConstraints Collection  

Syntax

object.AddConstraint(StepName)

Part Description
PrecedenceConstraints Expression that evaluates to an object in the Applies To list
StepName Name of the step to which to add a precedence constraint

Prototype (C/C++)

HRESULT AddConstraint(BSTR StepName);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.