IDTSSequence 接口

Contains two collections used by containers.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Interface IDTSSequence
用法
Dim instance As IDTSSequence
public interface IDTSSequence
public interface class IDTSSequence
type IDTSSequence =  interface end
public interface IDTSSequence

IDTSSequence 类型公开以下成员。

属性

  名称 说明
公共属性 Executables Returns a collection of Executable objects associated with the container. This field is read-only.
公共属性 PrecedenceConstraints Returns a collection of PrecedenceConstraint objects associated with the container. This field is read-only.

页首