Application Interface

Definition

public interface class Application : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSApplication130
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.ApplicationClass))]
[System.Runtime.InteropServices.Guid("77A93073-6272-4FAC-BDB5-0C589385701C")]
public interface Application : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSApplication130
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.ApplicationClass))>]
[<System.Runtime.InteropServices.Guid("77A93073-6272-4FAC-BDB5-0C589385701C")>]
type Application = interface
    interface IDTSApplication130
Public Interface Application
Implements IDTSApplication130
Derived
Attributes
Implements

Properties

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

Methods

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

Applies to