Application Interface

Definition

For more information, see ApplicationClass.

public interface class Application : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130
public interface class Application : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass))]
[System.Runtime.InteropServices.Guid("77A93073-6272-4FAC-BDB5-0C589385701C")]
public interface Application : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication130
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass))]
[System.Runtime.InteropServices.Guid("37434DAB-03F3-4BB6-B619-73921F103489")]
public interface Application : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication130
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass))]
[System.Runtime.InteropServices.Guid("3AE70BD8-67C1-4A6F-809B-022AB29FD17F")]
public interface Application : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication150
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass))>]
[<System.Runtime.InteropServices.Guid("77A93073-6272-4FAC-BDB5-0C589385701C")>]
type Application = interface
    interface IDTSApplication130
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass))>]
[<System.Runtime.InteropServices.Guid("37434DAB-03F3-4BB6-B619-73921F103489")>]
type Application = interface
    interface IDTSApplication130
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass))>]
[<System.Runtime.InteropServices.Guid("3AE70BD8-67C1-4A6F-809B-022AB29FD17F")>]
type Application = interface
    interface IDTSApplication150
Public Interface Application
Implements IDTSApplication130
Public Interface Application
Implements IDTSApplication150
Derived
Attributes
Implements

Properties

CheckSignatureOnLoad (Inherited from IDTSApplication150)
ComponentStorePath (Inherited from IDTSApplication150)
ConnectionInfos (Inherited from IDTSApplication150)
DataTypeInfos (Inherited from IDTSApplication150)
DBProviderInfos (Inherited from IDTSApplication150)
ForEachEnumeratorInfos (Inherited from IDTSApplication150)
LogProviderInfos (Inherited from IDTSApplication150)
PackagePassword (Inherited from IDTSApplication150)
PackageUpgradeOptions (Inherited from IDTSApplication150)
PipelineComponentInfos (Inherited from IDTSApplication150)
ProjectPassword (Inherited from IDTSApplication150)
TaskInfos (Inherited from IDTSApplication150)
UpdateObjects (Inherited from IDTSApplication150)
UpdatePackage (Inherited from IDTSApplication150)

Methods

CloseProject(IDTSProject100) (Inherited from IDTSApplication150)
CreateFolderOnDtsServer(String, String, String) (Inherited from IDTSApplication150)
CreateFolderOnSQLServer(String, String, String, String, String) (Inherited from IDTSApplication150)
CreateSsisServerExecution(String, String, String, Boolean) (Inherited from IDTSApplication150)
CreateSsisServerExecution2(String, String, String, String, String, Boolean) (Inherited from IDTSApplication150)
DataTypeInfoFromDataType(DataType) (Inherited from IDTSApplication150)
ExistsOnDtsServer(String, String) (Inherited from IDTSApplication150)
ExistsOnSQLServer(String, String, String, String) (Inherited from IDTSApplication150)
FolderExistsOnDtsServer(String, String) (Inherited from IDTSApplication150)
FolderExistsOnSQLServer(String, String, String, String) (Inherited from IDTSApplication150)
FolderFromPath(String, String, String, String) (Inherited from IDTSApplication150)
GetDtsServerPackageInfos(String, String) (Inherited from IDTSApplication150)
GetDtsServerRoles(String, String) (Inherited from IDTSApplication150)
GetPackageInfos(String, String, String, String) (Inherited from IDTSApplication150)
GetPackageInfos2(String, Object) (Inherited from IDTSApplication150)
GetPackageRoles(String, String, String, String) (Inherited from IDTSApplication150)
GetRunningPackages(String) (Inherited from IDTSApplication150)
GetServerInfo(String, String) (Inherited from IDTSApplication150)
GetServerVersionEx(String, UInt32, DTSProductLevel, String, String) (Inherited from IDTSApplication150)
LoadFromDtsServer(String, String, Boolean, IDTSEvents100) (Inherited from IDTSApplication150)
LoadFromSQLServer(String, String, String, String, Boolean, IDTSEvents100) (Inherited from IDTSApplication150)
LoadFromSQLServer2(String, Object, Boolean, IDTSEvents100) (Inherited from IDTSApplication150)
LoadPackage(String, Boolean, IDTSEvents100) (Inherited from IDTSApplication150)
OpenProject(String, IDTSEvents100) (Inherited from IDTSApplication150)
RemoveFolderFromDtsServer(String, String) (Inherited from IDTSApplication150)
RemoveFolderFromSQLServer(String, String, String, String) (Inherited from IDTSApplication150)
RemoveFromDtsServer(String, String) (Inherited from IDTSApplication150)
RemoveFromSQLServer(String, String, String, String) (Inherited from IDTSApplication150)
RenameFolderOnDtsServer(String, String, String, String) (Inherited from IDTSApplication150)
RenameFolderOnSQLServer(String, String, String, String, String, String) (Inherited from IDTSApplication150)
SaveAndUpdateVersionToXML(String, IDTSPersist100, DTSTargetServerVersion, IDTSEvents100) (Inherited from IDTSApplication150)
SavePackage(String, IDTSPackage100, IDTSEvents100) (Inherited from IDTSApplication150)
SaveToDtsServer(IDTSPackage100, IDTSEvents100, String, String) (Inherited from IDTSApplication150)
SaveToSQLServer(IDTSPackage100, IDTSEvents100, String, String, String) (Inherited from IDTSApplication150)
SaveToSQLServerAs(IDTSPackage100, IDTSEvents100, String, String, String, String) (Inherited from IDTSApplication150)
SaveToXML(String, IDTSPersist100, IDTSEvents100) (Inherited from IDTSApplication150)
SetPackageRoles(String, String, String, String) (Inherited from IDTSApplication150)

Applies to