Share via


IDTSManagedPropertyHelper100 Interface

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

Represents a managed property helper.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")> _
Public Interface IDTSManagedPropertyHelper100
'Usage
Dim instance As IDTSManagedPropertyHelper100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")]
public interface IDTSManagedPropertyHelper100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AB6819EC-412A-40E8-B174-0AA41D1AF56F")]
public interface class IDTSManagedPropertyHelper100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AB6819EC-412A-40E8-B174-0AA41D1AF56F")>]
type IDTSManagedPropertyHelper100 =  interface end
public interface IDTSManagedPropertyHelper100

The IDTSManagedPropertyHelper100 type exposes the following members.

Methods

  Name Description
Public method GetNextManagedProperty Infrastructure. Indicates whether to get the next managed property.
Public method GetPropertyValue Infrastructure. Gets the property value.
Public method ReflectOnObject Infrastructure. Reflects the helper on object.
Public method SetPropertyValue Infrastructure. Sets the property value associated with the helper.

Top

Remarks

For more information, see ManagedHelper.ManagedPropertyHelper.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace