IDTSApplication100 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 IDTSApplication100
'Usage
Dim instance As IDTSApplication100
[GuidAttribute("A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")]
public interface IDTSApplication100
[GuidAttribute(L"A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")]
public interface class IDTSApplication100
[<GuidAttribute("A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")>]
type IDTSApplication100 =  interface end
public interface IDTSApplication100

The IDTSApplication100 type exposes the following members.

Properties

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

Top

Methods

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

Top