Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the inner object.
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
The inner object.
Implements
IDTSManagedComponent100.InnerObject