IDTSManagedPropertyHelper100 Interface

Definition

Represents a managed property helper.

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
Derived
Attributes

Remarks

For more information, see ManagedHelper.ManagedPropertyHelper.

Methods

GetNextManagedProperty(DTS_MANAGED_PROPERTY)

Indicates whether to get the next managed property.

GetPropertyValue(Object, Int32)

Gets the property value.

ReflectOnObject(Object)

Reflects the helper on object.

SetPropertyValue(Object, Int32, Object)

Sets the property value associated with the helper.

Applies to