ManagedHelper.ManagedPropertyHelper Class

This API supports the infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedHelper.ManagedPropertyHelper

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ManagedPropertyHelper _
    Implements IDTSManagedPropertyHelper100
'Usage
Dim instance As ManagedHelper.ManagedPropertyHelper
[GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")]
[ComVisibleAttribute(true)]
public sealed class ManagedPropertyHelper : IDTSManagedPropertyHelper100
[GuidAttribute(L"6C030BD5-CA90-4727-8C3B-241D91CB2768")]
[ComVisibleAttribute(true)]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100
[<SealedAttribute>]
[<GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")>]
[<ComVisibleAttribute(true)>]
type ManagedPropertyHelper =  
    class
        interface IDTSManagedPropertyHelper100
    end
public final class ManagedPropertyHelper implements IDTSManagedPropertyHelper100

The ManagedHelper.ManagedPropertyHelper type exposes the following members.

Constructors

  Name Description
Public method ManagedHelper.ManagedPropertyHelper Infrastructure.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetNextManagedProperty Infrastructure.
Public method GetPropertyValue Infrastructure.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReflectOnObject Infrastructure.
Public method SetPropertyValue Infrastructure.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.