Interfaz IDTSSequence
Contains two collections used by containers.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Interface IDTSSequence
'Uso
Dim instance As IDTSSequence
public interface IDTSSequence
public interface class IDTSSequence
type IDTSSequence = interface end
public interface IDTSSequence
El tipo IDTSSequence expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba