다음을 통해 공유


NSCollectionEditor.CreateCollectionForm 메서드

Creates a collection form for the collection editor.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.XMLTask
어셈블리:  Microsoft.SqlServer.XMLTask(Microsoft.SqlServer.XMLTask.dll)

구문

‘선언
Protected Overrides Function CreateCollectionForm As CollectionEditor.CollectionForm
‘사용 방법
Dim returnValue As CollectionEditor.CollectionForm 

returnValue = Me.CreateCollectionForm()
protected override CollectionEditor.CollectionForm CreateCollectionForm()
protected:
virtual CollectionEditor.CollectionForm^ CreateCollectionForm() override
abstract CreateCollectionForm : unit -> CollectionEditor.CollectionForm  
override CreateCollectionForm : unit -> CollectionEditor.CollectionForm
protected override function CreateCollectionForm() : CollectionEditor.CollectionForm

반환 값

유형: System.ComponentModel.Design.CollectionEditor.CollectionForm
The created collection form for the collection editor.

참고 항목

참조

NSCollectionEditor 클래스

Microsoft.SqlServer.Dts.Tasks.XMLTask 네임스페이스