Delen via


NSCollectionEditor.CreateCollectionItemType Method

Creates a collection item type for the collection editor.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Syntax

'Declaration
Protected Overrides Function CreateCollectionItemType As Type
'Usage
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

Return Value

Type: System.Type
The created collection item type for the collection editor.

See Also

Reference

NSCollectionEditor Class

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace