共用方式為


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.

上層