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 a managed object from RunningPackages.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Protected Overrides Function CreateManagedObject ( _
unmanagedObj As Object _
) As Object
'Usage
Dim unmanagedObj As Object
Dim returnValue As Object
returnValue = Me.CreateManagedObject(unmanagedObj)
protected override Object CreateManagedObject(
Object unmanagedObj
)
protected:
virtual Object^ CreateManagedObject(
Object^ unmanagedObj
) override
abstract CreateManagedObject :
unmanagedObj:Object -> Object
override CreateManagedObject :
unmanagedObj:Object -> Object
protected override function CreateManagedObject(
unmanagedObj : Object
) : Object
Parameters
- unmanagedObj
Type: System.Object
The unmanaged object.
Return Value
Type: System.Object
The created objects.