ApplicationClass Class

 

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

Discovers and accesses Package objects.

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

System::Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012::ApplicationClass

[GuidAttribute("5572B772-88AC-4A35-96F8-E28626AC7E8F")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
public ref class ApplicationClass : IDTSApplication100, Application

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 DataTypeInfo object for the specified data type.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

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.

Indicates whether the specified package exists on the instance of SQL Server.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFolderExistsOnDtsServer(String^, String^)

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

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.

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 folder from a specified path.

System_CAPS_pubmethodGetDtsServerPackageInfos(String^, String^)

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

Gets a PackageInfos 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_pubmethodGetHashCode()

(Inherited from Object.)

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 PackageInfos 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 PackageInfos 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.

System_CAPS_pubmethodGetRunningPackages(String^)

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

Returns a RunningPackages collection that contains RunningPackage objects.

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_pubmethodGetType()

(Inherited from Object.)

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.

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.

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 package from the file system, and specifies the threading model.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOpenProject(String^, IDTSEvents100^)

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

Opens a package from the file system .

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 instance of SQL 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 the package.

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 file system.

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.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: