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)

適用対象