IDTSManagedPropertyHelper100 Interface

 

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

Represents a managed property helper.

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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("91FC1D7B-6CAD-49ED-90EE-7AF292CF9501")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FRestricted)]
public interface class IDTSManagedPropertyHelper100

NameDescription
System_CAPS_pubmethodGetNextManagedProperty(DTS_MANAGED_PROPERTY%)

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

Indicates whether to get the next managed property.

System_CAPS_pubmethodGetPropertyValue(Object^, Int32)

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

Gets the property value.

System_CAPS_pubmethodReflectOnObject(Object^)

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

Reflects the helper on object.

System_CAPS_pubmethodSetPropertyValue(Object^, Int32, Object^)

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

Sets the property value associated with the helper.

Return to top
Show: