ApplicationClass Class

Definition

Discovers and accesses Package objects.

public ref class ApplicationClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1A57A728-F8B3-4D6F-AB99-CFE8923513E6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("4F0FC44B-C99C-441D-B86A-D60D7E22143D")]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("0B4B4339-1499-4555-88A8-8C21C530AF19")]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("1A57A728-F8B3-4D6F-AB99-CFE8923513E6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ApplicationClass = class
    interface IDTSApplication130
    interface Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("4F0FC44B-C99C-441D-B86A-D60D7E22143D")>]
type ApplicationClass = class
    interface IDTSApplication130
    interface Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("0B4B4339-1499-4555-88A8-8C21C530AF19")>]
type ApplicationClass = class
    interface IDTSApplication150
    interface Application
Public Class ApplicationClass
Implements Application
Inheritance
ApplicationClass
Attributes
Implements

Constructors

ApplicationClass()

Initializes a new instance of the ApplicationClass class.

Properties

CheckSignatureOnLoad

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

ComponentStorePath

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

ConnectionInfos

Returns a ConnectionInfos collection that contains ConnectionInfo objects. This property is read-only.

DataTypeInfos

Returns a DataTypeInfos collection that contains DataTypeInfo objects. This property is read-only.

DBProviderInfos

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

ForEachEnumeratorInfos

Returns a ForEachEnumeratorInfos collection that contains ForEachEnumeratorInfo objects. This property is read-only.

LogProviderInfos

Returns a LogProviderInfos collection that contains LogProviderInfo objects. This property is read-only.

PackagePassword

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

PackageUpgradeOptions

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

PipelineComponentInfos

Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.

ProjectPassword

Sets the value of the project password for the package.

TaskInfos

Returns a TaskInfos collection that contains TaskInfo objects. This property is read-only.

UpdateObjects

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

UpdatePackage

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

Methods

CloseProject(IDTSProject100)

Closes a specified project.

CreateFolderOnDtsServer(String, String, String)

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

CreateFolderOnSQLServer(String, String, String, String, String)

Creates a folder on the specified instance of SQL Server.

CreateSsisServerExecution(String, String, String, Boolean)

Creates SSIS server execution.

CreateSsisServerExecution2(String, String, String, String, String, Boolean)
DataTypeInfoFromDataType(DataType)

Returns the DataTypeInfo object for the specified data type.

ExistsOnDtsServer(String, String)

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

ExistsOnSQLServer(String, String, String, String)

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

FolderExistsOnDtsServer(String, String)

Indicates whether the specified folder already exists on the file system.

FolderExistsOnSQLServer(String, String, String, String)

Indicates whether the specified folder already exists on the instance of SQL Server.

FolderFromPath(String, String, String, String)

Returns a folder from a specified path.

GetDtsServerPackageInfos(String, String)

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

GetDtsServerRoles(String, String)

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

GetPackageInfos(String, String, String, String)

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.

GetPackageInfos2(String, Object)

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.

GetPackageRoles(String, String, String, String)

Returns the database roles that have read access and write access to the package.

GetRunningPackages(String)

Returns a RunningPackages collection that contains RunningPackage objects.

GetServerInfo(String, String)

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

GetServerVersionEx(String, UInt32, DTSProductLevel, String, String)

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

LoadFromDtsServer(String, String, Boolean, IDTSEvents100)

Loads a package from the specified server.

LoadFromSQLServer(String, String, String, String, Boolean, IDTSEvents100)

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

LoadFromSQLServer2(String, Object, Boolean, IDTSEvents100)

Loads a package from SQL Server.

LoadPackage(String, Boolean, IDTSEvents100)

Loads a package from the file system, and specifies the threading model.

OpenProject(String, IDTSEvents100)

Opens a package from the file system

RemoveFolderFromDtsServer(String, String)

Removes the specified folder from the specified server.

RemoveFolderFromSQLServer(String, String, String, String)

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

RemoveFromDtsServer(String, String)

Removes a package from the specified server.

RemoveFromSQLServer(String, String, String, String)

Removes a package from the specified instance of SQL Server.

RenameFolderOnDtsServer(String, String, String, String)

Renames a folder on the specified instance of SQL Server.

RenameFolderOnSQLServer(String, String, String, String, String, String)

Renames a folder on the specified instance of SQL Server.

SaveAndUpdateVersionToXML(String, IDTSPersist100, DTSTargetServerVersion, IDTSEvents100)
SavePackage(String, IDTSPackage100, IDTSEvents100)

Saves the package.

SaveToDtsServer(IDTSPackage100, IDTSEvents100, String, String)

Saves a package to the file system

SaveToSQLServer(IDTSPackage100, IDTSEvents100, String, String, String)

Saves a package to an instance of SQL Server.

SaveToSQLServerAs(IDTSPackage100, IDTSEvents100, String, String, String, String)

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

SaveToXML(String, IDTSPersist100, IDTSEvents100)

Saves the XML definition of a package to a file

SetPackageRoles(String, String, String, String)

Sets the database roles that have read access and write access to the package.

Applies to