ManagedHelper Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This API is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("120FF0BE-9510-4B5E-9FDE-2535D71943DD")> _
Public NotInheritable Class ManagedHelper _
Implements IDTSManagedHelper100
'Usage
Dim instance As ManagedHelper
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute("120FF0BE-9510-4B5E-9FDE-2535D71943DD")]
public sealed class ManagedHelper : IDTSManagedHelper100
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"120FF0BE-9510-4B5E-9FDE-2535D71943DD")]
public ref class ManagedHelper sealed : IDTSManagedHelper100
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("120FF0BE-9510-4B5E-9FDE-2535D71943DD")>]
type ManagedHelper =
class
interface IDTSManagedHelper100
end
public final class ManagedHelper implements IDTSManagedHelper100
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.ManagedHelper
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.