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
衍生
屬性
實作

屬性

名稱 Description
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)

方法

名稱 Description
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)

適用於