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.