Share via


PrecedenceConstraintClass Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

For more information, see PrecedenceConstraint.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.PrecedenceConstraintClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class PrecedenceConstraintClass _
    Implements IDTSPrecedenceConstraint100, PrecedenceConstraint
'Usage
Dim instance As PrecedenceConstraintClass
[GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class PrecedenceConstraintClass : IDTSPrecedenceConstraint100, 
    PrecedenceConstraint
[GuidAttribute(L"7ED456BA-8FA8-4416-8434-D225F9492282")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class PrecedenceConstraintClass : IDTSPrecedenceConstraint100, 
    PrecedenceConstraint
[<GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type PrecedenceConstraintClass =  
    class 
        interface IDTSPrecedenceConstraint100 
        interface PrecedenceConstraint 
    end
public class PrecedenceConstraintClass implements IDTSPrecedenceConstraint100, PrecedenceConstraint

The PrecedenceConstraintClass type exposes the following members.

Constructors

  Name Description
Public method PrecedenceConstraintClass Infrastructure. Initializes a new instance of the PrecedenceConstraintClass class.

Top

Properties

  Name Description
Public property ConstrainedExecutable Infrastructure. Gets the name of the constrained container.
Public property EvalOp Infrastructure. Gets or sets the evaluation operations used by the precedence constraint.
Public property EvaluatesTrue Infrastructure. Gets the Boolean value of the Value property.
Public property LogicalAnd Infrastructure. Gets or sets a value that indicates whether multiple constraints work together.
Public property Parent Infrastructure. Gets the parent of the PrecedenceConstraintClass object.
Public property PrecedenceExecutable Infrastructure. Gets the name of the precedence executable.
Public property Value Infrastructure. Gets a value from the DTSExecResult enumeration.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace