Application 接口

定义

public interface class Application : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSApplication130
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.ApplicationClass))]
[System.Runtime.InteropServices.Guid("77A93073-6272-4FAC-BDB5-0C589385701C")]
public interface Application : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSApplication130
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.ApplicationClass))>]
[<System.Runtime.InteropServices.Guid("77A93073-6272-4FAC-BDB5-0C589385701C")>]
type Application = interface
    interface IDTSApplication130
Public Interface Application
Implements IDTSApplication130
派生
属性
实现

属性

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

方法

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

适用于