Classe PrecedenceConstraintClass

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see PrecedenceConstraint.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo PrecedenceConstraintClass sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PrecedenceConstraintClass Infrastruttura. Initializes a new instance of the PrecedenceConstraintClass class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper