Application 接口

定义

public interface class Application : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSApplication100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ApplicationClass))]
[System.Runtime.InteropServices.Guid("E8102616-3E24-4827-85B2-4897E71B598B")]
public interface Application : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSApplication100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ApplicationClass))>]
[<System.Runtime.InteropServices.Guid("E8102616-3E24-4827-85B2-4897E71B598B")>]
type Application = interface
    interface IDTSApplication100
Public Interface Application
Implements IDTSApplication100
派生
属性
实现

属性

CheckSignatureOnLoad (继承自 IDTSApplication100)
ComponentStorePath (继承自 IDTSApplication100)
ConnectionInfos (继承自 IDTSApplication100)
DataTypeInfos (继承自 IDTSApplication100)
DBProviderInfos (继承自 IDTSApplication100)
ForEachEnumeratorInfos (继承自 IDTSApplication100)
LogProviderInfos (继承自 IDTSApplication100)
PackagePassword (继承自 IDTSApplication100)
PackageUpgradeOptions (继承自 IDTSApplication100)
PipelineComponentInfos (继承自 IDTSApplication100)
ProjectPassword (继承自 IDTSApplication100)
TaskInfos (继承自 IDTSApplication100)
UpdateObjects (继承自 IDTSApplication100)
UpdatePackage (继承自 IDTSApplication100)

方法

CloseProject(IDTSProject100) (继承自 IDTSApplication100)
CreateFolderOnDtsServer(String, String, String) (继承自 IDTSApplication100)
CreateFolderOnSQLServer(String, String, String, String, String) (继承自 IDTSApplication100)
CreateSsisServerExecution(String, String, String, Boolean) (继承自 IDTSApplication100)
DataTypeInfoFromDataType(DataType) (继承自 IDTSApplication100)
ExistsOnDtsServer(String, String) (继承自 IDTSApplication100)
ExistsOnSQLServer(String, String, String, String) (继承自 IDTSApplication100)
FolderExistsOnDtsServer(String, String) (继承自 IDTSApplication100)
FolderExistsOnSQLServer(String, String, String, String) (继承自 IDTSApplication100)
FolderFromPath(String, String, String, String) (继承自 IDTSApplication100)
GetDtsServerPackageInfos(String, String) (继承自 IDTSApplication100)
GetDtsServerRoles(String, String) (继承自 IDTSApplication100)
GetPackageInfos(String, String, String, String) (继承自 IDTSApplication100)
GetPackageInfos2(String, Object) (继承自 IDTSApplication100)
GetPackageRoles(String, String, String, String) (继承自 IDTSApplication100)
GetRunningPackages(String) (继承自 IDTSApplication100)
GetServerInfo(String, String) (继承自 IDTSApplication100)
GetServerVersionEx(String, UInt32, DTSProductLevel, String, String) (继承自 IDTSApplication100)
LoadFromDtsServer(String, String, Boolean, IDTSEvents100) (继承自 IDTSApplication100)
LoadFromSQLServer(String, String, String, String, Boolean, IDTSEvents100) (继承自 IDTSApplication100)
LoadFromSQLServer2(String, Object, Boolean, IDTSEvents100) (继承自 IDTSApplication100)
LoadPackage(String, Boolean, IDTSEvents100) (继承自 IDTSApplication100)
OpenProject(String, IDTSEvents100) (继承自 IDTSApplication100)
RemoveFolderFromDtsServer(String, String) (继承自 IDTSApplication100)
RemoveFolderFromSQLServer(String, String, String, String) (继承自 IDTSApplication100)
RemoveFromDtsServer(String, String) (继承自 IDTSApplication100)
RemoveFromSQLServer(String, String, String, String) (继承自 IDTSApplication100)
RenameFolderOnDtsServer(String, String, String, String) (继承自 IDTSApplication100)
RenameFolderOnSQLServer(String, String, String, String, String, String) (继承自 IDTSApplication100)
SavePackage(String, IDTSPackage100, IDTSEvents100) (继承自 IDTSApplication100)
SaveToDtsServer(IDTSPackage100, IDTSEvents100, String, String) (继承自 IDTSApplication100)
SaveToSQLServer(IDTSPackage100, IDTSEvents100, String, String, String) (继承自 IDTSApplication100)
SaveToSQLServerAs(IDTSPackage100, IDTSEvents100, String, String, String, String) (继承自 IDTSApplication100)
SaveToXML(String, IDTSPersist100, IDTSEvents100) (继承自 IDTSApplication100)
SetPackageRoles(String, String, String, String) (继承自 IDTSApplication100)

适用于