Freigeben über


NSCollectionEditor.CreateCollectionItemType-Methode

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

Rückgabewert

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

Siehe auch

Verweis

NSCollectionEditor Klasse

Microsoft.SqlServer.Dts.Tasks.XMLTask-Namespace