IDTSPrecedenceConstraints100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties and methods for working on a collection of IDTSPrecedenceConstraint100 objects.
public interface class IDTSPrecedenceConstraints100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("5E8BE4E4-4213-4AE3-B796-F55C3ECB96BC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPrecedenceConstraints100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F864AEF7-A048-4DF5-A5B9-880539D58DB9")]
public interface IDTSPrecedenceConstraints100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("26BAF024-FA7C-4C2C-BCE1-3DE1ED5FCAD1")]
public interface IDTSPrecedenceConstraints100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("5E8BE4E4-4213-4AE3-B796-F55C3ECB96BC")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPrecedenceConstraints100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F864AEF7-A048-4DF5-A5B9-880539D58DB9")>]
type IDTSPrecedenceConstraints100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("26BAF024-FA7C-4C2C-BCE1-3DE1ED5FCAD1")>]
type IDTSPrecedenceConstraints100 = interface
interface IEnumerable
Public Interface IDTSPrecedenceConstraints100
Implements IEnumerable
- Attributes
- Implements
Remarks
For more information, see PrecedenceConstraints.
Properties
Count |
Gets the number of elements contained in the IDTSPrecedenceConstraints100 instance. |
Item[Object] |
Gets the PrecedenceConstraint object from the collection. |
Methods
Add(IDTSExecutable100, IDTSExecutable100) |
Adds the specified IDTSExecutable100 as a precedence constraint to the IDTSPrecedenceConstraints100 collection. |
GetEnumerator() |
Returns an enumerator for use in iterating over the IDTSPrecedenceConstraints100 collection. |
Join(PrecedenceConstraint) |
Joins the specified precedence constraint to the collection. |
Remove(Object) |
Removes the specified item as a precedence constraint from the IDTSPrecedenceConstraints100 collection. |