IDTSCustomPropertyCollection90 Interface

Contains a collection of IDTSCustomProperty90 objects.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<GuidAttribute("1B718369-91F3-47A2-8234-CF0971E6E40C")> _
<TypeLibTypeAttribute(4160)> _
<DefaultMemberAttribute("Item")> _
Public Interface IDTSCustomPropertyCollection90
    Inherits IEnumerable
[GuidAttribute("1B718369-91F3-47A2-8234-CF0971E6E40C")] 
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute("Item")] 
public interface IDTSCustomPropertyCollection90 : IEnumerable
[GuidAttribute(L"1B718369-91F3-47A2-8234-CF0971E6E40C")] 
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute(L"Item")] 
public interface class IDTSCustomPropertyCollection90 : IEnumerable
/** @attribute GuidAttribute("1B718369-91F3-47A2-8234-CF0971E6E40C") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public interface IDTSCustomPropertyCollection90 extends IEnumerable
GuidAttribute("1B718369-91F3-47A2-8234-CF0971E6E40C") 
TypeLibTypeAttribute(4160) 
DefaultMemberAttribute("Item") 
public interface IDTSCustomPropertyCollection90 extends IEnumerable

Remarks

Custom properties provide a mechanism for data flow objects to expose additional properties beyond those implemented in the interface itself. For example, the OLE DB source adapter contains a custom property that allows the user to specify the SQL statement for the data source.

The custom property collection of the IDTSComponentMetaData90 interface is populated during a call to the ProvideComponentProperties method. Properties should not be added to this collection at any other time.

The following interfaces contain a custom property collection:

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDTSCustomPropertyCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace