Application Interface

 

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

For more information, see ApplicationClass.

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

[GuidAttribute("77A93073-6272-4FAC-BDB5-0C589385701C")]
[CoClassAttribute((ApplicationClass^::typeid))]
public interface class Application : IDTSApplication130

NameDescription
System_CAPS_pubmethodCloseProject(IDTSProject100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodCreateFolderOnDtsServer(String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodCreateFolderOnSQLServer(String^, String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodCreateSsisServerExecution(String^, String^, String^, Boolean)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodDataTypeInfoFromDataType(DataType)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodExistsOnDtsServer(String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodExistsOnSQLServer(String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodFolderExistsOnDtsServer(String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodFolderExistsOnSQLServer(String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodFolderFromPath(String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodGetDtsServerPackageInfos(String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodGetDtsServerRoles(String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodGetPackageInfos(String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodGetPackageInfos2(String^, Object^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodGetPackageRoles(String^, String^, String^%, String^%)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodGetRunningPackages(String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodGetServerInfo(String^, String^%)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodGetServerVersionEx(String^, UInt32%, DTSProductLevel%, String^%, String^%)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodLoadFromDtsServer(String^, String^, Boolean, IDTSEvents100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodLoadFromSQLServer(String^, String^, String^, String^, Boolean, IDTSEvents100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodLoadFromSQLServer2(String^, Object^, Boolean, IDTSEvents100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodLoadPackage(String^, Boolean, IDTSEvents100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodOpenProject(String^, IDTSEvents100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodRemoveFolderFromDtsServer(String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodRemoveFolderFromSQLServer(String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodRemoveFromDtsServer(String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodRemoveFromSQLServer(String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodRenameFolderOnDtsServer(String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodRenameFolderOnSQLServer(String^, String^, String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodSaveAndUpdateVersionToXML(String^, IDTSPersist100^, DTSTargetServerVersion, IDTSEvents100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodSavePackage(String^, IDTSPackage100^, IDTSEvents100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodSaveToDtsServer(IDTSPackage100^, IDTSEvents100^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodSaveToSQLServer(IDTSPackage100^, IDTSEvents100^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodSaveToSQLServerAs(IDTSPackage100^, IDTSEvents100^, String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodSaveToXML(String^, IDTSPersist100^, IDTSEvents100^)

(Inherited from IDTSApplication130.)

System_CAPS_pubmethodSetPackageRoles(String^, String^, String^, String^)

(Inherited from IDTSApplication130.)

Return to top
Show: