Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Hinweise
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
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
IDTSCustomPropertyCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace