Freigeben über


ForEachEnumeratorHostClass.InnerObject-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the inner object of the host, which is the ForEachItemEnumeratorClass that is being hosted.

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

Eigenschaftswert

Typ: System.Object
The object that represents the inner object of the host.

Implementiert

IDTSObjectHost100.InnerObject

Siehe auch

Verweis

ForEachEnumeratorHostClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace