PrecedenceConstraint 클래스
Specifies the properties for configuring a precedence constraint between two containers. This class cannot be inherited.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.