IDTSManagedPropertyHelper100 インターフェイス

定義

マネージド プロパティ ヘルパーを表します。

public interface class IDTSManagedPropertyHelper100
[System.Runtime.InteropServices.Guid("4FC5139D-3CDE-4BA4-B65F-F57D5DF6111D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
public interface IDTSManagedPropertyHelper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("12FD2AEF-F231-489E-A126-58635060E396")]
public interface IDTSManagedPropertyHelper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("1C7065F8-8315-478D-A57E-C3FD5C150A83")]
public interface IDTSManagedPropertyHelper100
[<System.Runtime.InteropServices.Guid("4FC5139D-3CDE-4BA4-B65F-F57D5DF6111D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
type IDTSManagedPropertyHelper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("12FD2AEF-F231-489E-A126-58635060E396")>]
type IDTSManagedPropertyHelper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("1C7065F8-8315-478D-A57E-C3FD5C150A83")>]
type IDTSManagedPropertyHelper100 = interface
Public Interface IDTSManagedPropertyHelper100
派生
属性

注釈

詳細については、「ManagedHelper.ManagedPropertyHelper」を参照してください。

メソッド

GetNextManagedProperty(DTS_MANAGED_PROPERTY)

次のマネージド プロパティを取得するかどうかを示します。

GetPropertyValue(Object, Int32)

プロパティ値を取得します。

ReflectOnObject(Object)

ヘルパーをオブジェクトに反映します。

SetPropertyValue(Object, Int32, Object)

ヘルパーに関連付けられているプロパティ値を設定します。

適用対象