ApplicationClass Class

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

For more information, see Application.

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

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("BA785E28-3D7B-47AE-A4F9-4784F61B598A")> _
Public Class ApplicationClass _
    Implements IDTSApplication100, Application
'Usage
Dim instance As ApplicationClass
[ClassInterfaceAttribute()]
[GuidAttribute("BA785E28-3D7B-47AE-A4F9-4784F61B598A")]
public class ApplicationClass : IDTSApplication100, 
    Application
[ClassInterfaceAttribute()]
[GuidAttribute(L"BA785E28-3D7B-47AE-A4F9-4784F61B598A")]
public ref class ApplicationClass : IDTSApplication100, 
    Application
[<ClassInterfaceAttribute()>]
[<GuidAttribute("BA785E28-3D7B-47AE-A4F9-4784F61B598A")>]
type ApplicationClass =  
    class
        interface IDTSApplication100
        interface Application
    end
public class ApplicationClass implements IDTSApplication100, Application

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass

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.