Share via


ApplicationClass Class

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

For more information, see Application.

Inheritance Hierarchy

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

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

Syntax

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

The ApplicationClass type exposes the following members.

Constructors

  Name Description
Public method ApplicationClass Infrastructure. For more information, see Application.

Top

Properties

  Name Description
Public property CheckSignatureOnLoad Infrastructure. For more information, see Application.
Public property ComponentStorePath Infrastructure. For more information, see Application.
Public property ConnectionInfos Infrastructure. For more information, see Application.
Public property DataTypeInfos Infrastructure. For more information, see Application.
Public property DBProviderInfos Infrastructure. For more information, see Application.
Public property ForEachEnumeratorInfos Infrastructure. For more information, see Application.
Public property LogProviderInfos Infrastructure. For more information, see Application.
Public property PackagePassword Infrastructure. For more information, see Application.
Public property PackageUpgradeOptions Infrastructure.
Public property PipelineComponentInfos Infrastructure. For more information, see Application.
Public property TaskInfos Infrastructure. For more information, see Application.
Public property UpdateObjects Infrastructure. For more information, see Application.
Public property UpdatePackage Infrastructure. For more information, see Application.

Top

Methods

  Name Description
Public method CreateFolderOnDtsServer Infrastructure. For more information, see Application.
Public method CreateFolderOnSQLServer Infrastructure. For more information, see Application.
Public method DataTypeInfoFromDataType Infrastructure. For more information, see Application.
Public method Equals (Inherited from Object.)
Public method ExistsOnDtsServer Infrastructure. For more information, see Application.
Public method ExistsOnSQLServer Infrastructure. For more information, see Application.
Protected method Finalize (Inherited from Object.)
Public method FolderExistsOnDtsServer Infrastructure. For more information, see Application.
Public method FolderExistsOnSQLServer Infrastructure. For more information, see Application.
Public method FolderFromPath Infrastructure. For more information, see Application.
Public method GetDtsServerPackageInfos Infrastructure. For more information, see Application.
Public method GetDtsServerRoles Infrastructure. For more information, see Application.
Public method GetHashCode (Inherited from Object.)
Public method GetPackageInfos Infrastructure. For more information, see Application.
Public method GetPackageInfos2 Infrastructure. For more information, see Application.
Public method GetPackageRoles Infrastructure. For more information, see Application.
Public method GetRunningPackages Infrastructure. For more information, see Application.
Public method GetServerInfo Infrastructure. For more information, see Application.
Public method GetServerVersionEx Infrastructure. For more information, see Application.
Public method GetType (Inherited from Object.)
Public method LoadFromDtsServer Infrastructure.
Public method LoadFromSQLServer Infrastructure.
Public method LoadFromSQLServer2 Infrastructure.
Public method LoadPackage Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveFolderFromDtsServer Infrastructure. For more information, see Application.
Public method RemoveFolderFromSQLServer Infrastructure. For more information, see Application.
Public method RemoveFromDtsServer Infrastructure. For more information, see Application.
Public method RemoveFromSQLServer Infrastructure. For more information, see Application.
Public method RenameFolderOnDtsServer Infrastructure. For more information, see Application.
Public method RenameFolderOnSQLServer Infrastructure. For more information, see Application.
Public method SavePackage Infrastructure.
Public method SaveToDtsServer Infrastructure.
Public method SaveToSQLServer Infrastructure.
Public method SaveToSQLServerAs Infrastructure.
Public method SaveToXML Infrastructure.
Public method SetPackageRoles Infrastructure. For more information, see Application.
Public method 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.