IDTSManagedPropertyHelper100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see ManagedHelper..::..ManagedPropertyHelper.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")> _
Public Interface IDTSManagedPropertyHelper100
用法
Dim instance As IDTSManagedPropertyHelper100
[InterfaceTypeAttribute()]
[GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")]
public interface IDTSManagedPropertyHelper100
[InterfaceTypeAttribute()]
[GuidAttribute(L"8E8F556D-258C-44E1-85DD-BC815A99AACB")]
public interface class IDTSManagedPropertyHelper100
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")>]
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. |
页首