NSCollectionEditor Constructor
Initializes a new instance of the NSCollectionEditor class with specified type.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type _
)
'Usage
Dim type As Type
Dim instance As New NSCollectionEditor(type)
public NSCollectionEditor(
Type type
)
public:
NSCollectionEditor(
Type^ type
)
new :
type:Type -> NSCollectionEditor
public function NSCollectionEditor(
type : Type
)
Parameters
- type
Type: System.Type
The type.