ManagedHelper::ManagedPropertyHelper Class

 

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

Represents the managed property header.

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

System::Object
  Microsoft.SqlServer.Dts.Runtime::ManagedHelper::ManagedPropertyHelper

[ProgIdAttribute("")]
[ComVisibleAttribute(true)]
[GuidAttribute("67D9103E-4055-4635-9593-964178D4F386")]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100

NameDescription
System_CAPS_pubmethodManagedHelper::ManagedPropertyHelper()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ManagedHelper::ManagedPropertyHelper class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetNextManagedProperty(DTS_MANAGED_PROPERTY%)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets 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_pubmethodGetType()

(Inherited from Object.)

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.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: