Application Interfaz

Definición

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
Derivado
Atributos
Implementaciones

Propiedades

Nombre Description
CheckSignatureOnLoad (Heredado de IDTSApplication100)
ComponentStorePath (Heredado de IDTSApplication100)
ConnectionInfos (Heredado de IDTSApplication100)
DataTypeInfos (Heredado de IDTSApplication100)
DBProviderInfos (Heredado de IDTSApplication100)
ForEachEnumeratorInfos (Heredado de IDTSApplication100)
LogProviderInfos (Heredado de IDTSApplication100)
PackagePassword (Heredado de IDTSApplication100)
PackageUpgradeOptions (Heredado de IDTSApplication100)
PipelineComponentInfos (Heredado de IDTSApplication100)
ProjectPassword (Heredado de IDTSApplication100)
TaskInfos (Heredado de IDTSApplication100)
UpdateObjects (Heredado de IDTSApplication100)
UpdatePackage (Heredado de IDTSApplication100)

Métodos

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

Se aplica a