Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.