इसके माध्यम से साझा किया गया


ForEachEnumeratorHostClass.InnerObject Property

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

For more information, see ForEachEnumeratorHost.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

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

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

Property Value

Type: System.Object

Implements

IDTSObjectHost100.InnerObject