ManagedHelper.ManagedPropertyHelper Class
This API supports the infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.ManagedHelper.ManagedPropertyHelper
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ManagedPropertyHelper _
Implements IDTSManagedPropertyHelper100
'Usage
Dim instance As ManagedHelper.ManagedPropertyHelper
[GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")]
[ComVisibleAttribute(true)]
public sealed class ManagedPropertyHelper : IDTSManagedPropertyHelper100
[GuidAttribute(L"6C030BD5-CA90-4727-8C3B-241D91CB2768")]
[ComVisibleAttribute(true)]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100
[<SealedAttribute>]
[<GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")>]
[<ComVisibleAttribute(true)>]
type ManagedPropertyHelper =
class
interface IDTSManagedPropertyHelper100
end
public final class ManagedPropertyHelper implements IDTSManagedPropertyHelper100
The ManagedHelper.ManagedPropertyHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetNextManagedProperty | Infrastructure. | |
GetPropertyValue | Infrastructure. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReflectOnObject | Infrastructure. | |
SetPropertyValue | Infrastructure. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.