IDTSProperties100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains a collection of IDTSProperty100 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 IDTSProperties100 instance. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an IDTSProperty100 object from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(IDTSProperty100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a property to the collection. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an enumerator for use in iterating over the IDTSProperties100 collection. |
For more information, see DtsProperties.

