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 | |
---|---|---|
PrecedenceConstraintClass | Infrastruttura. Initializes a new instance of the PrecedenceConstraintClass class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ConstrainedExecutable | Infrastruttura. Gets the name of the constrained container. | |
EvalOp | Infrastruttura. Gets or sets the evaluation operations used by the precedence constraint. | |
EvaluatesTrue | Infrastruttura. Gets the Boolean value of the Value property. | |
LogicalAnd | Infrastruttura. Gets or sets a value that indicates whether multiple constraints work together. | |
Parent | Infrastruttura. Gets the parent of the PrecedenceConstraintClass object. | |
PrecedenceExecutable | Infrastruttura. Gets the name of the precedence executable. | |
Value | Infrastruttura. Gets a value from the DTSExecResult enumeration. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.