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.