Executables Members
Contains a collection of Executable objects. This class cannot be inherited.
The following tables list the members exposed by the Executables type.
Protected Fields
Name | Description | |
---|---|---|
m_unmanagedColl | (inherited from DTSReadOnlyCollectionBase ) |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (inherited from DTSReadOnlyCollectionBase) | |
IsSynchronized | Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (inherited from DTSReadOnlyCollectionBase) | |
Item | Returns an Executable object from the collection. | |
SyncRoot | Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (inherited from DTSReadOnlyCollectionBase) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a new container or task object to the Executables collection. | |
Contains | Returns a Boolean that indicates whether the items in the collection can be accessed using the index as the parameter. | |
CopyTo | (inherited from DTSReadOnlyCollectionBase ) | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Returns an ExecutableEnumerator that can iterate through the Executables collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
Join | Adds an existing container or task object to the Executables collection. | |
ReferenceEquals | (inherited from Object ) | |
Remove | Removes an Executable object from the collection. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateManagedObject | (inherited from DTSReadOnlyCollectionBase ) | |
Finalize | (inherited from Object ) | |
GetCount | (inherited from DTSReadOnlyCollectionBase ) | |
GetManagedEnumerator | (inherited from DTSReadOnlyCollectionBase ) | |
MemberwiseClone | (inherited from Object ) |
Top