Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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