Creates a collection item type for the collection editor.
命名空间: Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集: Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)
语法
声明
Protected Overrides Function CreateCollectionItemType As Type
用法
Dim returnValue As Type
returnValue = Me.CreateCollectionItemType()
protected override Type CreateCollectionItemType()
protected:
virtual Type^ CreateCollectionItemType() override
abstract CreateCollectionItemType : unit -> Type
override CreateCollectionItemType : unit -> Type
protected override function CreateCollectionItemType() : Type
返回值
类型:System.Type
The created collection item type for the collection editor.