共用方式為


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 命名空間