IDTSApplication100 Interface

 

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

Provides properties and methods that are used to discover and access Package objects.

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

[GuidAttribute("C0262265-5F9D-4821-9277-573210B5AF29")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSApplication100

NameDescription
System_CAPS_pubpropertyCheckSignatureOnLoad

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

Gets or sets a value that indicates whether the runtime should check the digital signature of the package when loading the package.

System_CAPS_pubpropertyComponentStorePath

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

Returns the path where pipeline components are stored. This property is read-only.

System_CAPS_pubpropertyConnectionInfos

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

Returns a IDTSConnectionInfos100 collection that contains IDTSConnectionInfo100 objects. This property is read-only.

System_CAPS_pubpropertyDataTypeInfos

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

Returns a IDTSDataTypeInfos100 collection that contains IDTSDataTypeInfo100 objects. This property is read-only.

System_CAPS_pubpropertyDBProviderInfos

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

Returns a IDTSDBProviderInfos100 collection that contains IDTSDBProviderInfo100 objects in the application. This property is read-only.

System_CAPS_pubpropertyForEachEnumeratorInfos

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

Returns a IDTSForEachEnumeratorInfos100 collection that contains IDTSForEachEnumeratorInfo100 objects. This property is read-only.

System_CAPS_pubpropertyLogProviderInfos

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

Returns a IDTSLogProviderInfos100 collection that contains IDTSLogProviderInfo100 objects. This property is read-only.

System_CAPS_pubpropertyPackagePassword

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

Sets the value of the password for the package. This property is write-only.

System_CAPS_pubpropertyPackageUpgradeOptions

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

Gets or sets a value that indicates which upgrade options will be applied to a collection of Integration Services packages during the upgrade process.

System_CAPS_pubpropertyPipelineComponentInfos

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

Returns a IDTSPipelineComponentInfos100 collection that contains IDTSPipelineComponentInfo100 objects.

System_CAPS_pubpropertyProjectPassword

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

Sets the value of the password for the project. This property is write-only.

System_CAPS_pubpropertyTaskInfos

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

Returns a IDTSTaskInfos100 collection that contains IDTSTaskInfo100 objects. This property is read-only.

System_CAPS_pubpropertyUpdateObjects

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

Gets or sets a Boolean that indicates whether extensible objects can be updated at package load time if an updated version is found.

System_CAPS_pubpropertyUpdatePackage

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

Gets or sets a Boolean that indicates whether packages can be updated when an updated version is found.

NameDescription
System_CAPS_pubmethodCloseProject(IDTSProject100^)

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

Closes a specified project.

System_CAPS_pubmethodCreateFolderOnDtsServer(String^, String^, String^)

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

Creates a folder on the server that appears in the Stored Packages node of the Integration Services service hierarchy.

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

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

Creates a folder on the specified instance of SQL Server.

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

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

Creates SSIS server execution.

System_CAPS_pubmethodDataTypeInfoFromDataType(DataType)

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

Returns the IDTSDataTypeInfo100 object for the specified data type.

System_CAPS_pubmethodExistsOnDtsServer(String^, String^)

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

Returns a Boolean that indicates whether the specified package already exists on the Integration Services service.

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

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

Returns a Boolean that indicates whether the specified package exists on the instance of SQL Server.

System_CAPS_pubmethodFolderExistsOnDtsServer(String^, String^)

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

Returns a Boolean that indicates whether the specified folder already exists on the file system.

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

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

Returns a Boolean that indicates whether the specified folder already exists on the instance of SQL Server.

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

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

Returns a Boolean that indicates whether the specified folder already exists on the file system.

System_CAPS_pubmethodGetDtsServerPackageInfos(String^, String^)

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

Gets a IDTSPackageInfos100 collection that contains the packages stored in the SSIS Package Store on an instance of SQL Server, within the specified folder.

System_CAPS_pubmethodGetDtsServerRoles(String^, String^)

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

Returns an array of Strings that lists the roles available for a folder.

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

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

Gets a IDTSPackageInfos100 collection that contains the packages stored in an instance of SQL Server, within the specified logical folder, by using the server name, user name, and password.

System_CAPS_pubmethodGetPackageInfos2(String^, Object^)

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

Gets a IDTSPackageInfos100 collection that contains the packages stored in an instance of SQL Server, within the specified logical folder, by using the server name, user name, and password.

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

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

Returns the database roles that have read access and write access to the package. Database roles apply only to packages stored in the SQL Server msdb database.

System_CAPS_pubmethodGetRunningPackages(String^)

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

Returns a IDTSRunningPackages100 collection that contains IDTSRunningPackage100 objects. This property is read-only.

System_CAPS_pubmethodGetServerInfo(String^, String^%)

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

Returns the SQL Server version number of the SQL Server product installed on the target server.

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

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

Returns the edition, product level, and other values that indicate the version of SSIS installed.

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

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

Loads a package from the specified server, and specifies the threading model.

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

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

Loads a package from SQL Server by specifying the server name, user name, and password.

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

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

Loads a package from SQL Server by specifying the server name, user name, and password.

System_CAPS_pubmethodLoadPackage(String^, Boolean, IDTSEvents100^)

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

Loads a IDTSPackage100 from the file system.

System_CAPS_pubmethodOpenProject(String^, IDTSEvents100^)

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

Opens a specified project.

System_CAPS_pubmethodRemoveFolderFromDtsServer(String^, String^)

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

Removes the specified folder from the specified server.

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

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

Removes the specified folder from the specified instance of SQL Server.

System_CAPS_pubmethodRemoveFromDtsServer(String^, String^)

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

Removes a package from the specified server.

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

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

Removes a package from the specified instance of SQL Server.

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

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

Renames a folder on the specified server.

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

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

Renames a folder on the specified instance of SQL Server.

System_CAPS_pubmethodSavePackage(String^, IDTSPackage100^, IDTSEvents100^)

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

Saves a package to the file system.

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

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

Saves a package to the specified server.

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

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

Saves a package to an instance of SQL Server.

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

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

Saves a package to an instance of SQL Server with a new name.

System_CAPS_pubmethodSaveToXML(String^, IDTSPersist100^, IDTSEvents100^)

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

Saves the XML definition of a package to a file.

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

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

Sets the database roles that have read access and write access to the package. Database roles apply only to package stored in the SQL Server msdb database.

Return to top
Show: