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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("6A284448-12BC-4830-A58D-6E28FD26308D")]
[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSProperties100 : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

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.

System_CAPS_pubpropertyItem[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.

NameDescription
System_CAPS_pubmethodAdd(IDTSProperty100^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds a property to the collection.

System_CAPS_pubmethodGetEnumerator()

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.

Return to top
Show: