Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- unmanagedObj
Type: System.Object
The unmanaged object.
Return Value
Type: System.Object
A managed object.