PrecedenceConstraint Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see PrecedenceConstraintClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("DED3E735-56E6-407A-9BBD-5B0155441A7F")> _
Public Interface PrecedenceConstraint _
Inherits IDTSPrecedenceConstraint100
'Usage
Dim instance As PrecedenceConstraint
[GuidAttribute("DED3E735-56E6-407A-9BBD-5B0155441A7F")]
public interface PrecedenceConstraint : IDTSPrecedenceConstraint100
[GuidAttribute(L"DED3E735-56E6-407A-9BBD-5B0155441A7F")]
public interface class PrecedenceConstraint : IDTSPrecedenceConstraint100
[<GuidAttribute("DED3E735-56E6-407A-9BBD-5B0155441A7F")>]
type PrecedenceConstraint =
interface
interface IDTSPrecedenceConstraint100
end
public interface PrecedenceConstraint extends IDTSPrecedenceConstraint100
The PrecedenceConstraint type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConstrainedExecutable | Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.) | |
EvalOp | Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.) | |
EvaluatesTrue | Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.) | |
LogicalAnd | Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.) | |
Parent | Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.) | |
PrecedenceExecutable | Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.) | |
Value | Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.) |
Top