Share via


DTSReadOnlyCollectionBase.CreateManagedObject Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Creates managed object from an unmanaged object.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Protected MustOverride Function CreateManagedObject ( _
    unmanagedObj As Object _
) As Object
'Usage
Dim unmanagedObj As Object 
Dim returnValue As Object 

returnValue = Me.CreateManagedObject(unmanagedObj)
protected abstract Object CreateManagedObject(
    Object unmanagedObj
)
protected:
virtual Object^ CreateManagedObject(
    Object^ unmanagedObj
) abstract
abstract CreateManagedObject : 
        unmanagedObj:Object -> Object
protected abstract function CreateManagedObject(
    unmanagedObj : Object
) : Object

Parameters

Return Value

Type: System.Object
A managed object.

See Also

Reference

DTSReadOnlyCollectionBase Class

Microsoft.SqlServer.Dts.Runtime Namespace