Application Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ApplicationClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")> _
Public Interface Application _
    Inherits IDTSApplication100
'Usage
Dim instance As Application
[GuidAttribute("A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")]
public interface Application : IDTSApplication100
[GuidAttribute(L"A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")]
public interface class Application : IDTSApplication100
[<GuidAttribute("A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")>]
type Application =  
    interface
        interface IDTSApplication100
    end
public interface Application extends IDTSApplication100

The Application type exposes the following members.

Properties

  Name Description
Public property CheckSignatureOnLoad Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property ComponentStorePath Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property ConnectionInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property DataTypeInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property DBProviderInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property ForEachEnumeratorInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property LogProviderInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property PackagePassword Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property PackageUpgradeOptions Infrastructure. (Inherited from IDTSApplication100.)
Public property PipelineComponentInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property TaskInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property UpdateObjects Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public property UpdatePackage Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)

Top

Methods

  Name Description
Public method CreateFolderOnDtsServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method CreateFolderOnSQLServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method DataTypeInfoFromDataType Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method ExistsOnDtsServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method ExistsOnSQLServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method FolderExistsOnDtsServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method FolderExistsOnSQLServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method FolderFromPath Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method GetDtsServerPackageInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method GetDtsServerRoles Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method GetPackageInfos Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method GetPackageInfos2 Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method GetPackageRoles Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method GetRunningPackages Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method GetServerInfo Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method GetServerVersionEx Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method LoadFromDtsServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method LoadFromSQLServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method LoadFromSQLServer2 Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method LoadPackage Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method RemoveFolderFromDtsServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method RemoveFolderFromSQLServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method RemoveFromDtsServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method RemoveFromSQLServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method RenameFolderOnDtsServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method RenameFolderOnSQLServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method SavePackage Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method SaveToDtsServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method SaveToSQLServer Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method SaveToSQLServerAs Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method SaveToXML Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)
Public method SetPackageRoles Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.)

Top