Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
PrecedenceConstraintClass | Infrastructure. Initializes a new instance of the PrecedenceConstraintClass class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ConstrainedExecutable | Infrastructure. Gets the name of the constrained container. |
![]() |
EvalOp | Infrastructure. Gets or sets the evaluation operations used by the precedence constraint. |
![]() |
EvaluatesTrue | Infrastructure. Gets the Boolean value of the Value property. |
![]() |
LogicalAnd | Infrastructure. Gets or sets a value that indicates whether multiple constraints work together. |
![]() |
Parent | Infrastructure. Gets the parent of the PrecedenceConstraintClass object. |
![]() |
PrecedenceExecutable | Infrastructure. Gets the name of the precedence executable. |
![]() |
Value | Infrastructure. Gets a value from the DTSExecResult enumeration. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.