Application Interface

Definition

public interface class Application : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSApplication100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ApplicationClass))]
[System.Runtime.InteropServices.Guid("E8102616-3E24-4827-85B2-4897E71B598B")]
public interface Application : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSApplication100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ApplicationClass))>]
[<System.Runtime.InteropServices.Guid("E8102616-3E24-4827-85B2-4897E71B598B")>]
type Application = interface
    interface IDTSApplication100
Public Interface Application
Implements IDTSApplication100
Derived
Attributes
Implements

Properties

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

Methods

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

Applies to