다음을 통해 공유


IDTSCustomPropertyCollection90 Interface

Contains a collection of IDTSCustomProperty90 objects.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<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

주의

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:

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

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