Share via


ManagedHelper.ManagedPropertyHelper Class

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

Represents the managed property header.

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
<ComVisibleAttribute(True)> _
<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")> _
Public NotInheritable Class ManagedPropertyHelper _
    Implements IDTSManagedPropertyHelper100
'Usage
Dim instance As ManagedHelper.ManagedPropertyHelper
[ComVisibleAttribute(true)]
[GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")]
public sealed class ManagedPropertyHelper : IDTSManagedPropertyHelper100
[ComVisibleAttribute(true)]
[GuidAttribute(L"AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")>]
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. Initializes a new instance of the ManagedHelper.ManagedPropertyHelper class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetNextManagedProperty Infrastructure. Gets the next managed property.
Public method GetPropertyValue Infrastructure. Gets the property value.
Public method GetType (Inherited from Object.)
Public method ReflectOnObject Infrastructure. Reflects the helper on object.
Public method SetPropertyValue Infrastructure. Sets the property value associated with the helper.
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.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace