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 | |
---|---|---|
CheckSignatureOnLoad | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
ComponentStorePath | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
ConnectionInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
DataTypeInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
DBProviderInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
ForEachEnumeratorInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
LogProviderInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
PackagePassword | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
PackageUpgradeOptions | Infrastructure. (Inherited from IDTSApplication100.) | |
PipelineComponentInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
TaskInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
UpdateObjects | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
UpdatePackage | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) |
Top
Methods
Name | Description | |
---|---|---|
CreateFolderOnDtsServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
CreateFolderOnSQLServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
DataTypeInfoFromDataType | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
ExistsOnDtsServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
ExistsOnSQLServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
FolderExistsOnDtsServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
FolderExistsOnSQLServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
FolderFromPath | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
GetDtsServerPackageInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
GetDtsServerRoles | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
GetPackageInfos | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
GetPackageInfos2 | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
GetPackageRoles | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
GetRunningPackages | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
GetServerInfo | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
GetServerVersionEx | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
LoadFromDtsServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
LoadFromSQLServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
LoadFromSQLServer2 | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
LoadPackage | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
RemoveFolderFromDtsServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
RemoveFolderFromSQLServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
RemoveFromDtsServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
RemoveFromSQLServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
RenameFolderOnDtsServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
RenameFolderOnSQLServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
SavePackage | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
SaveToDtsServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
SaveToSQLServer | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
SaveToSQLServerAs | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
SaveToXML | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) | |
SetPackageRoles | Infrastructure. For more information, see ApplicationClass. (Inherited from IDTSApplication100.) |
Top