다음을 통해 공유


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 네임스페이스