IDTSManagedPropertyHelper100 Interface

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

For more information, see ManagedHelper.ManagedPropertyHelper.

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

Syntax

'Declaration
<GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")> _
<InterfaceTypeAttribute()> _
Public Interface IDTSManagedPropertyHelper100
'Usage
Dim instance As IDTSManagedPropertyHelper100
[GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")]
[InterfaceTypeAttribute()]
public interface IDTSManagedPropertyHelper100
[GuidAttribute(L"8E8F556D-258C-44E1-85DD-BC815A99AACB")]
[InterfaceTypeAttribute()]
public interface class IDTSManagedPropertyHelper100
[<GuidAttribute("8E8F556D-258C-44E1-85DD-BC815A99AACB")>]
[<InterfaceTypeAttribute()>]
type IDTSManagedPropertyHelper100 =  interface end
public interface IDTSManagedPropertyHelper100

The IDTSManagedPropertyHelper100 type exposes the following members.

Methods

  Name Description
Public method GetNextManagedProperty Infrastructure. For more information, see ManagedHelper.ManagedPropertyHelper.
Public method GetPropertyValue Infrastructure. For more information, see ManagedHelper.ManagedPropertyHelper.
Public method ReflectOnObject Infrastructure. For more information, see ManagedHelper.ManagedPropertyHelper.
Public method SetPropertyValue Infrastructure. For more information, see ManagedHelper.ManagedPropertyHelper.

Top