Compartir a través de


Clase PrecedenceConstraintClass

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see PrecedenceConstraint.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class PrecedenceConstraintClass _
    Implements IDTSPrecedenceConstraint100, PrecedenceConstraint
'Uso
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

El tipo PrecedenceConstraintClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público PrecedenceConstraintClass Infraestructura. Initializes a new instance of the PrecedenceConstraintClass class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ConstrainedExecutable Infraestructura. Gets the name of the constrained container.
Propiedad pública EvalOp Infraestructura. Gets or sets the evaluation operations used by the precedence constraint.
Propiedad pública EvaluatesTrue Infraestructura. Gets the Boolean value of the Value property.
Propiedad pública LogicalAnd Infraestructura. Gets or sets a value that indicates whether multiple constraints work together.
Propiedad pública Parent Infraestructura. Gets the parent of the PrecedenceConstraintClass object.
Propiedad pública PrecedenceExecutable Infraestructura. Gets the name of the precedence executable.
Propiedad pública Value Infraestructura. Gets a value from the DTSExecResult enumeration.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper