Application 클래스

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

상속 계층

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Class Application _
    Inherits DtsObject
‘사용 방법
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

Application 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 Application Initializes a new instance of the Application class.

맨 위로 이동

속성

  이름 설명
공용 속성 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.
공용 속성 DumpDescriptor Gets or sets the dump descriptor for the application.
공용 속성 DumpOnAnyError Gets or sets whether the application dumps on any error.
공용 속성 EnableDump Gets or sets whether the application enables dumping.
공용 속성 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.
공용 속성 TaskInfos Returns a TaskInfos collection that contains TaskInfo objects. This property is read-only.
공용 속성 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.
공용 속성 UpdatePackage Gets or sets a Boolean that indicates whether packages can be updated when an updated version is found.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CreateFolderOnDtsServer Creates a folder on the server that appears in the Stored Packages node of the Integration Services service hierarchy. 
공용 메서드 CreateFolderOnSqlServer Creates a folder on the specified instance of SQL Server.
공용 메서드 CreateSsisServerExecution Creates SSIS server execution.
공용 메서드 DataTypeInfoFromDataType Returns the DataTypeInfo object for the specified data type.
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
공용 메서드 ExistsOnDtsServer Returns a Boolean that indicates whether the specified package already exists on the Integration Services service.
공용 메서드 ExistsOnSqlServer Returns a Boolean that indicates whether the specified package exists on the instance of SQL Server.
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 FolderExistsOnDtsServer Returns a Boolean that indicates whether the specified folder already exists on the file system.
공용 메서드 FolderExistsOnSqlServer Returns a Boolean that indicates whether the specified folder already exists on the instance of SQL Server.
공용 메서드 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.
공용 메서드 GetDtsServerRoles Returns an array of Strings that lists the roles available for a folder.
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 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.
공용 메서드 GetPackageInfos2 인프라입니다. 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 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.
공용 메서드 GetRunningPackages Returns a RunningPackages collection that contains RunningPackage objects. This property is read-only.
공용 메서드 GetServerInfo Returns the SQL Server version number of the SQL Server product installed on the target server. 
공용 메서드 GetServerVersionEx Returns the edition, product level, and other values that indicate the version of SSIS installed.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 LoadFromDtsServer Loads a package from the specified server.
공용 메서드 LoadFromSqlServer Loads a package from SQL Server by specifying the server name, user name, and password.
공용 메서드 LoadFromSqlServer2 인프라입니다. Loads a package from SQL Server by specifying the server name, user name, and password.
공용 메서드 LoadPackage(String, IDTSEvents) Loads a Package from the file system.
공용 메서드 LoadPackage(String, IDTSEvents, Boolean) Loads a Package from the file system, and specifies the threading model.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 RemoveFolderFromDtsServer Removes the specified folder from the specified server.
공용 메서드 RemoveFolderFromSqlServer Removes the specified folder from the specified instance of SQL Server.
공용 메서드 RemoveFromDtsServer Removes a package from the specified server.
공용 메서드 RemoveFromSqlServer Removes a package from the specified instance of SQL Server.
공용 메서드 RenameFolderOnDtsServer Renames a folder on the specified instance of SQL Server.
공용 메서드 RenameFolderOnSqlServer Renames a folder on the specified instance of SQL Server.
공용 메서드 SaveToDtsServer Saves a package to the file system.
공용 메서드 SaveToSqlServer Saves a package to an instance of SQL Server.
공용 메서드 SaveToSqlServerAs Saves a package to an instance of SQL Server with a new name.
공용 메서드 SaveToXml Saves the XML definition of a package to a file.
공용 메서드 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.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Upgrade Upgrades one or more Integration Services packages from a specified source location to a specified destination location.

맨 위로 이동

주의

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

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스