Compartilhar via


Método NSCollectionEditor.CreateCollectionItemType

Creates a collection item type for the collection editor.

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

Sintaxe

'Declaração
Protected Overrides Function CreateCollectionItemType As Type
'Uso
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

Valor de retorno

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

Consulte também

Referência

NSCollectionEditor Classe

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask