共用方式為


NSCollectionEditor.CreateCollectionItemType 方法

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.

請參閱

參考

NSCollectionEditor 類別

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空間