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)

適用対象