Interface IDTSSequence
Contains two collections used by containers.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Interface IDTSSequence
'Utilisation
Dim instance As IDTSSequence
public interface IDTSSequence
public interface class IDTSSequence
type IDTSSequence = interface end
public interface IDTSSequence
Le type IDTSSequence expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page