PrecedenceConstraint 類別
Specifies the properties for configuring a precedence constraint between two containers. This class cannot be inherited.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public NotInheritable Class PrecedenceConstraint _
Inherits DtsObject _
Implements IDTSName, IDTSPersist, IComponent, IDisposable
'用途
Dim instance As PrecedenceConstraint
public sealed class PrecedenceConstraint : DtsObject,
IDTSName, IDTSPersist, IComponent, IDisposable
public ref class PrecedenceConstraint sealed : public DtsObject,
IDTSName, IDTSPersist, IComponent, IDisposable
[<SealedAttribute>]
type PrecedenceConstraint =
class
inherit DtsObject
interface IDTSName
interface IDTSPersist
interface IComponent
interface IDisposable
end
public final class PrecedenceConstraint extends DtsObject implements IDTSName, IDTSPersist, IComponent, IDisposable
備註
You can specify the precedence and constrained executables that the precedence constraint connects, the expression and constraint that determine whether the constrained executable runs, and whether the precedence constraint works in concert with other precedence constraints.
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..PrecedenceConstraint
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。