ForEachEnumeratorHostClass.InnerObject 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Overridable ReadOnly Property InnerObject As Object 
    Get
'用途
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

屬性值

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

實作

IDTSObjectHost100.InnerObject

請參閱

參考

ForEachEnumeratorHostClass 類別

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間