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 | |
---|---|---|
GetNextManagedProperty | Infrastructure. Indicates whether to get the next managed property. | |
GetPropertyValue | Infrastructure. Gets the property value. | |
ReflectOnObject | Infrastructure. Reflects the helper on object. | |
SetPropertyValue | Infrastructure. Sets the property value associated with the helper. |
Top
Remarks
For more information, see ManagedHelper.ManagedPropertyHelper.