다음을 통해 공유


IDTSManagedPropertyHelper100 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents a managed property helper.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")> _
Public Interface IDTSManagedPropertyHelper100
‘사용 방법
Dim instance As IDTSManagedPropertyHelper100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")]
public interface IDTSManagedPropertyHelper100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AB6819EC-412A-40E8-B174-0AA41D1AF56F")]
public interface class IDTSManagedPropertyHelper100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")>]
type IDTSManagedPropertyHelper100 =  interface end
public interface IDTSManagedPropertyHelper100

IDTSManagedPropertyHelper100 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 GetNextManagedProperty 인프라입니다. Indicates whether to get the next managed property.
공용 메서드 GetPropertyValue 인프라입니다. Gets the property value.
공용 메서드 ReflectOnObject 인프라입니다. Reflects the helper on object.
공용 메서드 SetPropertyValue 인프라입니다. Sets the property value associated with the helper.

맨 위로 이동

주의

For more information, see ManagedHelper.ManagedPropertyHelper.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스