IDTSCustomPropertyCollection90 Interface
Contains a collection of IDTSCustomProperty90 objects.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
<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
Notes
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:
IDTSComponentMetaData90
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDTSCustomPropertyCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace