ApplicationClass Class
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Application.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("BA785E28-3D7B-47AE-A4F9-4784F61B598A")> _
<ClassInterfaceAttribute()> _
Public Class ApplicationClass _
Implements IDTSApplication100, Application
'Usage
Dim instance As ApplicationClass
[GuidAttribute("BA785E28-3D7B-47AE-A4F9-4784F61B598A")]
[ClassInterfaceAttribute()]
public class ApplicationClass : IDTSApplication100,
Application
[GuidAttribute(L"BA785E28-3D7B-47AE-A4F9-4784F61B598A")]
[ClassInterfaceAttribute()]
public ref class ApplicationClass : IDTSApplication100,
Application
[<GuidAttribute("BA785E28-3D7B-47AE-A4F9-4784F61B598A")>]
[<ClassInterfaceAttribute()>]
type ApplicationClass =
class
interface IDTSApplication100
interface Application
end
public class ApplicationClass implements IDTSApplication100, Application
The ApplicationClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ApplicationClass | Infrastructure. For more information, see Application. |
Top
Properties
Name | Description | |
---|---|---|
CheckSignatureOnLoad | Infrastructure. For more information, see Application. | |
ComponentStorePath | Infrastructure. For more information, see Application. | |
ConnectionInfos | Infrastructure. For more information, see Application. | |
DataTypeInfos | Infrastructure. For more information, see Application. | |
DBProviderInfos | Infrastructure. For more information, see Application. | |
ForEachEnumeratorInfos | Infrastructure. For more information, see Application. | |
LogProviderInfos | Infrastructure. For more information, see Application. | |
PackagePassword | Infrastructure. For more information, see Application. | |
PackageUpgradeOptions | Infrastructure. | |
PipelineComponentInfos | Infrastructure. For more information, see Application. | |
TaskInfos | Infrastructure. For more information, see Application. | |
UpdateObjects | Infrastructure. For more information, see Application. | |
UpdatePackage | Infrastructure. For more information, see Application. |
Top
Methods
Name | Description | |
---|---|---|
CreateFolderOnDtsServer | Infrastructure. For more information, see Application. | |
CreateFolderOnSQLServer | Infrastructure. For more information, see Application. | |
DataTypeInfoFromDataType | Infrastructure. For more information, see Application. | |
Equals | (Inherited from Object.) | |
ExistsOnDtsServer | Infrastructure. For more information, see Application. | |
ExistsOnSQLServer | Infrastructure. For more information, see Application. | |
Finalize | (Inherited from Object.) | |
FolderExistsOnDtsServer | Infrastructure. For more information, see Application. | |
FolderExistsOnSQLServer | Infrastructure. For more information, see Application. | |
FolderFromPath | Infrastructure. For more information, see Application. | |
GetDtsServerPackageInfos | Infrastructure. For more information, see Application. | |
GetDtsServerRoles | Infrastructure. For more information, see Application. | |
GetHashCode | (Inherited from Object.) | |
GetPackageInfos | Infrastructure. For more information, see Application. | |
GetPackageInfos2 | Infrastructure. For more information, see Application. | |
GetPackageRoles | Infrastructure. For more information, see Application. | |
GetRunningPackages | Infrastructure. For more information, see Application. | |
GetServerInfo | Infrastructure. For more information, see Application. | |
GetServerVersionEx | Infrastructure. For more information, see Application. | |
GetType | (Inherited from Object.) | |
LoadFromDtsServer | Infrastructure. | |
LoadFromSQLServer | Infrastructure. | |
LoadFromSQLServer2 | Infrastructure. | |
LoadPackage | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
RemoveFolderFromDtsServer | Infrastructure. For more information, see Application. | |
RemoveFolderFromSQLServer | Infrastructure. For more information, see Application. | |
RemoveFromDtsServer | Infrastructure. For more information, see Application. | |
RemoveFromSQLServer | Infrastructure. For more information, see Application. | |
RenameFolderOnDtsServer | Infrastructure. For more information, see Application. | |
RenameFolderOnSQLServer | Infrastructure. For more information, see Application. | |
SavePackage | Infrastructure. | |
SaveToDtsServer | Infrastructure. | |
SaveToSQLServer | Infrastructure. | |
SaveToSQLServerAs | Infrastructure. | |
SaveToXML | Infrastructure. | |
SetPackageRoles | Infrastructure. For more information, see Application. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.