DeleteLimit
Deletes a QA test specification limit record associated with a base test specification in the material database.
Syntax
TestSpecification
.DeleteLimit
(TestSpecificationLimit
As TestSpecificationLimit)The
DeleteLimit
method syntax has these parts:Part | Description |
---|---|
TestSpecification | Instance of the QATestSpec interface to which the method is directed. |
TestSpecificationLimit | An instance of a TestSpecificationLimit object. |
Remarks
This interface allows for the deletion of a QA test specification limit record from the material database.
Provide Feedback