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.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

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

[ClassInterfaceAttribute(ClassInterfaceType::None)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
[GuidAttribute("C3EC6BC0-D544-47D5-A0F2-2825E47DBE24")]
public ref class ApplicationClass : IDTSApplication100, Application

NameDescription
System_CAPS_pubmethodApplicationClass()

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

Initializes a new instance of the ApplicationClass class.

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 ConnectionInfos collection that contains ConnectionInfo 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 DataTypeInfos collection that contains DataTypeInfo 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 DBProviderInfos collection that contains DBProviderInfo 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 ForEachEnumeratorInfos collection that contains ForEachEnumeratorInfo 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 LogProviderInfos collection that contains LogProviderInfo 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 PipelineComponentInfos collection that contains PipelineComponentInfo 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 project password for the package.

System_CAPS_pubpropertyTaskInfos

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

Returns a TaskInfos collection that contains TaskInfo 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 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 an application from SQL Server.

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: