ManagedHelper.ManagedPropertyHelper Class

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

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

Inheritance Hierarchy

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

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.