ManagedHelper.ManagedPropertyHelper Class

Definition

Represents the managed property header.

public: ref class ManagedHelper::ManagedPropertyHelper sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSManagedPropertyHelper100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("67D9103E-4055-4635-9593-964178D4F386")]
[System.Runtime.InteropServices.ProgId("")]
public sealed class ManagedHelper.ManagedPropertyHelper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedPropertyHelper100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ProgId("")]
[System.Runtime.InteropServices.Guid("E8702BF2-9DAE-423F-88B2-15E6ACF94336")]
public sealed class ManagedHelper.ManagedPropertyHelper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedPropertyHelper100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ProgId("")]
[System.Runtime.InteropServices.Guid("85BA842C-C8C5-46B9-9269-1DE5BE4A18AA")]
public sealed class ManagedHelper.ManagedPropertyHelper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedPropertyHelper100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("67D9103E-4055-4635-9593-964178D4F386")>]
[<System.Runtime.InteropServices.ProgId("")>]
type ManagedHelper.ManagedPropertyHelper = class
    interface IDTSManagedPropertyHelper100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.ProgId("")>]
[<System.Runtime.InteropServices.Guid("E8702BF2-9DAE-423F-88B2-15E6ACF94336")>]
type ManagedHelper.ManagedPropertyHelper = class
    interface IDTSManagedPropertyHelper100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.ProgId("")>]
[<System.Runtime.InteropServices.Guid("85BA842C-C8C5-46B9-9269-1DE5BE4A18AA")>]
type ManagedHelper.ManagedPropertyHelper = class
    interface IDTSManagedPropertyHelper100
Public NotInheritable Class ManagedHelper.ManagedPropertyHelper
Implements IDTSManagedPropertyHelper100
Inheritance
ManagedHelper.ManagedPropertyHelper
Attributes
Implements

Constructors

ManagedHelper.ManagedPropertyHelper()

Initializes a new instance of the ManagedHelper.ManagedPropertyHelper class.

Methods

GetNextManagedProperty(DTS_MANAGED_PROPERTY)

Gets 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