IDTSManagedPropertyHelper100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see ManagedHelper..::..ManagedPropertyHelper.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")> _
<InterfaceTypeAttribute()> _
Public Interface IDTSManagedPropertyHelper100
用法
Dim instance As IDTSManagedPropertyHelper100
[GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")]
[InterfaceTypeAttribute()]
public interface IDTSManagedPropertyHelper100
[GuidAttribute(L"8E8F556D-258C-44E1-85DD-BC815A99AACB")]
[InterfaceTypeAttribute()]
public interface class IDTSManagedPropertyHelper100
[<GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")>]
[<InterfaceTypeAttribute()>]
type IDTSManagedPropertyHelper100 =  interface end
public interface IDTSManagedPropertyHelper100

IDTSManagedPropertyHelper100 类型公开以下成员。

方法

  名称 说明
公共方法 GetNextManagedProperty 基础结构。For more information, see ManagedHelper..::..ManagedPropertyHelper.
公共方法 GetPropertyValue 基础结构。For more information, see ManagedHelper..::..ManagedPropertyHelper.
公共方法 ReflectOnObject 基础结构。For more information, see ManagedHelper..::..ManagedPropertyHelper.
公共方法 SetPropertyValue 基础结构。For more information, see ManagedHelper..::..ManagedPropertyHelper.

页首