Share via


IDTSPrecedenceConstraint100 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 IDTSPrecedenceConstraint100
'Usage
Dim instance As IDTSPrecedenceConstraint100
[GuidAttribute("DED3E735-56E6-407A-9BBD-5B0155441A7F")]
public interface IDTSPrecedenceConstraint100
[GuidAttribute(L"DED3E735-56E6-407A-9BBD-5B0155441A7F")]
public interface class IDTSPrecedenceConstraint100
[<GuidAttribute("DED3E735-56E6-407A-9BBD-5B0155441A7F")>]
type IDTSPrecedenceConstraint100 =  interface end
public interface IDTSPrecedenceConstraint100

The IDTSPrecedenceConstraint100 type exposes the following members.

Properties

  Name Description
Public property ConstrainedExecutable Infrastructure. For more information, see PrecedenceConstraintClass.
Public property EvalOp Infrastructure. For more information, see PrecedenceConstraintClass.
Public property EvaluatesTrue Infrastructure. For more information, see PrecedenceConstraintClass.
Public property LogicalAnd Infrastructure. For more information, see PrecedenceConstraintClass.
Public property Parent Infrastructure. For more information, see PrecedenceConstraintClass.
Public property PrecedenceExecutable Infrastructure. For more information, see PrecedenceConstraintClass.
Public property Value Infrastructure. For more information, see PrecedenceConstraintClass.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace