IDTSCustomPropertyCollection100 Interface
Contains a collection of IDTSCustomProperty100 objects.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<DefaultMemberAttribute("Item")> _
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("FF4C50D8-BEAF-47D4-A462-447E36A6194F")> _
Public Interface IDTSCustomPropertyCollection100
Inherits IEnumerable
[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(4160)]
[GuidAttribute("FF4C50D8-BEAF-47D4-A462-447E36A6194F")]
public interface IDTSCustomPropertyCollection100 : IEnumerable
[DefaultMemberAttribute(L"Item")]
[TypeLibTypeAttribute(4160)]
[GuidAttribute(L"FF4C50D8-BEAF-47D4-A462-447E36A6194F")]
public interface class IDTSCustomPropertyCollection100 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute GuidAttribute("FF4C50D8-BEAF-47D4-A462-447E36A6194F") */
public interface IDTSCustomPropertyCollection100 extends IEnumerable
DefaultMemberAttribute("Item")
TypeLibTypeAttribute(4160)
GuidAttribute("FF4C50D8-BEAF-47D4-A462-447E36A6194F")
public interface IDTSCustomPropertyCollection100 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 IDTSComponentMetaData100 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:
IDTSComponentMetaData100
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.