Freigeben über


Application-Klasse

Discovers and accesses Package objects. It can also access collections and properties that contain information about the system.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..Application

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

Syntax

'Declaration
Public Class Application _
    Inherits DtsObject
'Usage
Dim instance As Application
public class Application : DtsObject
public ref class Application : public DtsObject
type Application =  
    class
        inherit DtsObject
    end
public class Application extends DtsObject

Der Application-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Application Initializes a new instance of the Application class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CheckSignatureOnLoad Gets or sets a value that indicates whether the runtime should check the digital signature of the package when loading the package.
Öffentliche Eigenschaft ComponentStorePath Returns the path where pipeline components are stored. This property is read-only.
Öffentliche Eigenschaft ConnectionInfos Returns a ConnectionInfos collection that contains ConnectionInfo objects. This property is read-only.
Öffentliche Eigenschaft DataTypeInfos Returns a DataTypeInfos collection that contains DataTypeInfo objects. This property is read-only.
Öffentliche Eigenschaft DBProviderInfos Returns a DBProviderInfos collection that contains DBProviderInfo objects in the application. This property is read-only.
Öffentliche Eigenschaft ForEachEnumeratorInfos Returns a ForEachEnumeratorInfos collection that contains ForEachEnumeratorInfo objects. This property is read-only.
Öffentliche Eigenschaft LogProviderInfos Returns a LogProviderInfos collection that contains LogProviderInfo objects. This property is read-only.
Öffentliche Eigenschaft PackagePassword Sets the value of the password for the package. This property is write-only.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft PipelineComponentInfos Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.
Öffentliche Eigenschaft TaskInfos Returns a TaskInfos collection that contains TaskInfo objects. This property is read-only.
Öffentliche Eigenschaft UpdateObjects *** Member deprecated; see Remarks. ***    Gets or sets a Boolean that indicates whether extensible objects can be updated at package load time if an updated version is found.
Öffentliche Eigenschaft UpdatePackage Gets or sets a Boolean that indicates whether packages can be updated when an updated version is found.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CreateFolderOnDtsServer Creates a folder on the server that appears in the Stored Packages node of the Integration Services service hierarchy. 
Öffentliche Methode CreateFolderOnSqlServer Creates a folder on the specified instance of SQL Server.
Öffentliche Methode DataTypeInfoFromDataType Returns the DataTypeInfo object for the specified data type.
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Öffentliche Methode ExistsOnDtsServer Returns a Boolean that indicates whether the specified package already exists on the Integration Services service.
Öffentliche Methode ExistsOnSqlServer Returns a Boolean that indicates whether the specified package exists on the instance of SQL Server.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode FolderExistsOnDtsServer Returns a Boolean that indicates whether the specified folder already exists on the file system.
Öffentliche Methode FolderExistsOnSqlServer Returns a Boolean that indicates whether the specified folder already exists on the instance of SQL Server.
Öffentliche Methode GetDtsServerPackageInfos Gets a PackageInfos collection that contains the packages stored in the SSIS Package Store on an instance of SQL Server, within the specified folder.
Öffentliche Methode GetDtsServerRoles Returns an array of Strings that lists the roles available for a folder.
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetPackageInfos 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.
Öffentliche Methode GetPackageInfos2 Infrastruktur
Öffentliche Methode GetPackageRoles 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.
Öffentliche Methode GetRunningPackages Returns a RunningPackages collection that contains RunningPackage objects. This property is read-only.
Öffentliche Methode GetServerInfo Returns the SQL Server version number of the SQL Server product installed on the target server. 
Öffentliche Methode GetServerVersionEx Returns the edition, product level, and other values that indicate the version of SSIS installed.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode LoadFromDtsServer Loads a package from the specified server.
Öffentliche Methode LoadFromSqlServer Loads a package from SQL Server by specifying the server name, user name, and password.
Öffentliche Methode LoadFromSqlServer2 Infrastruktur
Öffentliche Methode LoadPackage(String, IDTSEvents) Loads a Package from the file system.
Öffentliche Methode LoadPackage(String, IDTSEvents, Boolean) Loads a Package from the file system, and specifies the threading model.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode RemoveFolderFromDtsServer Removes the specified folder from the specified server.
Öffentliche Methode RemoveFolderFromSqlServer Removes the specified folder from the specified instance of SQL Server.
Öffentliche Methode RemoveFromDtsServer Removes a package from the specified server.
Öffentliche Methode RemoveFromSqlServer Removes a package from the specified instance of SQL Server.
Öffentliche Methode RenameFolderOnDtsServer Renames a folder on the specified instance of SQL Server.
Öffentliche Methode RenameFolderOnSqlServer Renames a folder on the specified instance of SQL Server.
Öffentliche Methode SaveToDtsServer Saves a package to the file system.
Öffentliche Methode SaveToSqlServer Saves a package to an instance of SQL Server.
Öffentliche Methode SaveToSqlServerAs Saves a package to an instance of SQL Server with a new name.
Öffentliche Methode SaveToXml Saves the XML definition of a package to a file.
Öffentliche Methode SetPackageRoles 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.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Upgrade Upgrades one or more Integration Services packages from a specified source location to a specified destination location.

Zum Anfang

Hinweise

The Application object is a system discovery and package access mechanism.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.