IDTSExtendedProperties100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a collection of IDTSExtendedProperty100 objects.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of elements contained in the collection. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an IDTSExtendedProperty100 object from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a new, empty IDTSExtendedProperty100 object to the end of the collection. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an enumerator for iterating over the collection. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes an IDTSExtendedProperty100 object from the collection. |

