Share via


ManagedComponentHost.InnerObject Property

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public ReadOnly Property InnerObject As Object
    Get
'Usage
Dim instance As ManagedComponentHost
Dim value As Object

value = instance.InnerObject
public Object InnerObject { get; }
public:
virtual property Object^ InnerObject {
    Object^ get () sealed;
}
abstract InnerObject : Object
override InnerObject : Object
final function get InnerObject () : Object

Property Value

Type: System.Object

Implements

IDTSManagedComponent100.InnerObject