Delen via


PrecedenceConstraint Interface

This API supports the 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("D3169347-8BD4-4028-BD6D-095217672B8F")> _
Public Interface PrecedenceConstraint _
    Inherits IDTSPrecedenceConstraint100
'Usage
Dim instance As PrecedenceConstraint
[GuidAttribute("D3169347-8BD4-4028-BD6D-095217672B8F")]
public interface PrecedenceConstraint : IDTSPrecedenceConstraint100
[GuidAttribute(L"D3169347-8BD4-4028-BD6D-095217672B8F")]
public interface class PrecedenceConstraint : IDTSPrecedenceConstraint100
[<GuidAttribute("D3169347-8BD4-4028-BD6D-095217672B8F")>]
type PrecedenceConstraint =  
    interface
        interface IDTSPrecedenceConstraint100
    end
public interface PrecedenceConstraint extends IDTSPrecedenceConstraint100

The PrecedenceConstraint type exposes the following members.

Properties

  Name Description
Public property ConstrainedExecutable Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.)
Public property EvalOp Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.)
Public property EvaluatesTrue Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.)
Public property LogicalAnd Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.)
Public property PrecedenceExecutable Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.)
Public property Value Infrastructure. For more information, see PrecedenceConstraintClass. (Inherited from IDTSPrecedenceConstraint100.)

Top