![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Application |
Discovers and accesses Package objects. It can also access collections and properties that contain information about the system. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
BatchUpgradeOptions |
Specifies the options that the Upgrade method will apply to a list of Integration Services packages during the upgrade process. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
BreakpointManager |
Manages all the breakpoints that are set in on a task. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
BreakpointTarget |
Contains information on breakpoints that are set in the package. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
BreakpointTargetEnumerator |
Creates a BreakpointTargetEnumerator for the BreakpointTargets collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
BreakpointTargets |
Contains a collection of BreakpointTarget objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Configuration |
Represents a configuration class that contains information about how a package is configured. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConfigurationEnumerator |
Supports iteration over the Configurations collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Configurations |
Represents a collection of Configuration objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConnectionEnumerator |
Supports iteration over the Connections collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConnectionInfo |
Contains information about the connections available on the computer. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConnectionInfoEnumerator |
Supports iteration over the Connections collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConnectionInfos |
Contains information about all the connections on the computer. The collection contains ConnectionInfo objects that provide the details about each connection. The collection is available using the Application class. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConnectionManager |
Provides the information that you must have to connect to a data source. All classes that inherit from the ConnectionManager contain the same properties and methods. The ConnectionManager class isolates the implementation details of the different connection types from the runtime. This enables the runtime to interact with each connection manager in a consistent and predictable manner. Connection managers contain a set of stock properties that all connections have in common, such as the Name, ID, Description, and ConnectionString. However, each connection type has additional properties that are specific to that connection type. These can be accessed through the Properties collection.This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConnectionManagerBase |
Represents the abstract base class for connection managers. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConnectionManagerItem |
Represents objects for the connection manager. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ConnectionManagerItems |
Represents the connection manager objects. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Connections |
Contains a collection of ConnectionManager objects that are accessed through the Package object. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DataTypeInfo |
Contains members that return information regarding the data type of any SQL Server Integration Services (SSIS) object for an Application. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DataTypeInfoEnumerator |
Supports iteration over the DataTypeInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DataTypeInfos |
Contains a collection of DataTypeInfo objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DBProviderInfo |
Contains information about a database provider. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DBProviderInfoEnumerator |
Supports iteration over the DBProviderInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DBProviderInfos |
Contains a collection of DBProviderInfo objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DefaultEvents |
Defines the default events that are provided by the Integration Services run-time. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsComException |
The exception that Integration Services raises when a COM error occurs. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsComponentException |
The exception that is thrown when an error occurs in a component. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsConnectionAttribute |
Supplies design time information about a ConnectionManager object. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsConnectionException |
The exception that is thrown when there is an error in a connection. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsContainer |
Defines an abstract base class that implements the properties and methods used by all containers and packages. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsConvert |
Provides conversion methods to convert managed Integation Services run-time objects to their native implementations and from native to managed implementations. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsCouldNotCreateManagedConnectionException |
The exception that specifies that a managed connection could not be created. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsCouldNotCreateManagedForEachEnumeratorException |
The exception that specifies that a managed ForEach enumerator could not be created. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsEnumerator |
Defines an abstract base class that implements the IEnumerator methods. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsError |
Contains information about an error that occurred during execution. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsErrors |
Represents a collection of DtsError objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsEventHandler |
A container on a package or other containers that holds executables to run when specific events occur. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsEventHandlerEnumerator |
Supports iteration over the DtsEventHandlers collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsEventHandlers |
Represents a collection of DtsEventHandler objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsException |
Defines a generic exception class that, depending on the error code returned, creates a class specific to the type of exception that occurred. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsExponentTooLargeException |
An exception class that is thrown when the X.509 certification key on a package is invalid. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsForEachEnumeratorAttribute |
Supplies design-time information about a ForEachEnumerator object. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsGenericException |
The exception that is thrown when an error occurs and the error is not handled by any other exception class. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsInvalidBreakpointSiteException |
The exception that is thrown to specify that there is an invalid breakpoint. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsInvalidProjectPasswordOrDataException |
Represents the invalid project password or data exception that this class contains during runtime. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsInvalidProjectUserKeyOrDataException |
Represents the invalid project user key or data exception that this class contains. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsLogProviderAttribute |
Supplies design time information about a LogProvider object. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DTSManagedXmlSerializationHelper |
Represents the helper for the DTS managed XML serialization. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNoConnectionAssignedException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the correct type. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNoForEachEnumAssignedException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the type ForEachEnumerator. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNoLogProviderAssignedException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the type LogProvider. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNoObjectAssignedException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the correct type. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNotAConnectionException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the correct type. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNotAForEachEnumException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the type ForEachEnumerator. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNotALogProviderException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the type LogProvider. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNotAManagedEnumeratorException |
The exception that is thrown to specify that the enumerator is not a managed enumerator. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNoTaskAssignedException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the correct type. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsNotATaskException |
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the correct type. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsObject |
Defines an abstract base class that contains the members that are common to all the objects in the Microsoft.SqlServer.Dts.Runtime namespace. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsPipelineException |
The exception that is thrown when an error occurs in the pipeline. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsProperties |
Contains a collection of DtsProperty objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsProperty |
Contains properties and methods used by several containers on their properties. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsPropertyAttribute |
基础结构。Represents the DTS property attribute. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DTSReadOnlyCollectionBase |
Defines an abstract base class that implements the common members used by all Integration Services read-only collections. It provides the abstract (MustInherit in Visual Basic) base class for a strongly typed collection. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsRuntimeException |
The exception that is thrown when there is an error in the control flow. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsScriptingException |
The exception that is thrown when there is an error in a script task. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsSqlException |
The exception that is thrown when there is an error in a SQL Task. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsTaskAttribute |
Supplies design time information about a Task object. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsTaskException |
The exception that is thrown when an error occurs in a task. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsToolsException |
The exception that is thrown when an error occurs in one of the tools. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsWarning |
Contains the properties used when a warning occurs. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
DtsWarnings |
Contains a collection of DtsWarning objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
EmptyEnumerator |
Provides an empty enumerator that is returned by the Integration Services runtime when there are no elements in the collection to enumerate over. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
EnumReferencedObjects |
基础结构。Enumerates the referenced objects. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ErrorEnumerator |
Supports iteration over the DtsErrors collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
EventInfo |
Contains information about an event. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
EventInfoEnumerator |
Supports iteration over the EventInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
EventInfos |
Contains a collection of EventInfo objects. The run-time engine exposes an EventInfos collection on all containers in the package hierarchy. The collection that a task receives is a reference to EventInfos collection on the TaskHost that is wrapping the task. Other containers' EventInfos collections contain aggregated contents of their children’s EventInfos collections. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
EventsProvider |
Defines an abstract class that contains a collection of event handler containers and the EventInfos collection. This class routes events to those event handlers when an event is received. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Executable |
Defines an abstract class that provides the methods that all objects that are run by the run-time engine are required to inherit and implement. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ExecutableEnumerator |
Supports iteration over the Executables collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Executables |
Contains a collection of Executable objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ExtendedProperties |
Contains a collection of ExtendedProperty objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ExtendedProperty |
This class contains members that hold additional information about a package. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ExtendedPropertyEnumerator |
Supports iteration over the ExtendedProperties collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
FlatFileColumn |
Contains information that defines the properties of columns in a flat file source or destination data adapter. The flat file adapter is used for accessing data in flat files. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachEnumerator |
Enumerates over the items that the ForEachLoop is assigned to iterate over. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachEnumeratorHost |
Defines the host class for the ForEachEnumerator. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachEnumeratorInfo |
Contains information about the ForEachEnumerator. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachEnumeratorInfos |
A collection of ForEachEnumeratorInfo objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachEnumeratorInfosEnumerator |
Supports iteration over the ForEachEnumeratorInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachEnumeratorUI |
Provides information for controlling the graphical user interface of the ForEachEnumerator. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachLoop |
Provides a container that defines an iterative workflow in a package using the foreach iteration statement. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachVariableMapping |
Maps each variable to the value or expression that it holds. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachVariableMappingEnumerator |
Supports iteration over the ForEachVariableMappings collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForEachVariableMappings |
Contains a collection of ForEachVariableMapping objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ForLoop |
Provides a container that defines an iterative workflow in a package, using the for iteration statement. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
FtpClientConnection |
Downloads and uploads data files and manages directories on servers. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
HResults |
Contains all event messages and HRESULTs for the Integration Services runtime, pipeline, stock tasks, and stock transforms. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
HttpClientConnection |
Contains properties and methods that enable a package to access a Web server using the HTTP protocol to send or receive files. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogEntryInfo |
Contains properties that describe a log entry. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogEntryInfoEnumerator |
Supports iteration over the LogEntryInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogEntryInfos |
Contains a collection of LogEntryInfo objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LoggingOptions |
Contains members that regulate what information is included or excluded from logging. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogProvider |
Contains information about a log provider associated with a package. All log providers associated with a package are located in the LogProviders collection. For log providers on the computer, use the Application class and view the LogProviderInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogProviderBase |
Defines the abstract base class for managed log providers. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogProviderEnumerator |
Supports iteration over the LogProviders collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogProviderInfo |
Provides information about the log providers found on the computer. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogProviderInfoEnumerator |
Supports a simple iteration over the LogProviderInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogProviderInfos |
Contains a collection of LogProviderInfo objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
LogProviders |
Contains a collection of LogProvider objects associated with the package. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ManagedForEachEnumeratorWrapper |
基础结构。Represents the wrapper for the managed For Each enumerator. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ManagedHelper |
基础结构。Represents the managed helper. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ManagedHelper.ManagedPropertyHelper |
基础结构。Represents the managed property header. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ManagedWrapper |
基础结构。Represents the managed wrapper. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ManagerSerializer |
基础结构。Represents the manager serializer. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
NameChecker |
Represents the name checker. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ObjectReferenceTracker |
Provides analysis regarding the impact and consequences of deleting variables and connections from a package. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Package |
Represents the package container. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PackageInfo |
Contains properties that return all the information relating to a package, such as the date it was created, version numbers, and package size. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PackageInfoEnumerator |
Supports iteration over the PackageInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PackageInfos |
Contains a collection of packages found in Microsoft SQL Server or the Integration Services service. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PackageItem |
Contains package related information including the package and state. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PackageItems |
Contains a collection of PackageItem objects. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PackageParameterEnumerator |
Represents the package parameter enumerator. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PackageUpgradeOptions |
Specifies the options to be applied when an Integration Services package is upgraded. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PackageUpgradeResult |
Specifies the upgrade results for a package. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Parameter |
Represents an abstract base class used by both package parameter and project parameter. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ParameterInfo |
Represents a read only copy of the parameter information so that applications can get parameter information without having to load the whole package object. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ParameterInfos |
Represents a collection of parameter objects. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Parameters |
Represents a class used by both the package parameters and project parameters collection. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PipelineComponentInfo |
Contains properties that describe a pipeline component that is currently installed on the local computer and are ready to be used in a pipeline. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PipelineComponentInfoEnumerator |
Supports iteration over the PipelineComponentInfos collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PipelineComponentInfos |
Contains a collection of PipelineComponentInfo objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PrecedenceConstraint |
Specifies the properties for configuring a precedence constraint between two containers. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PrecedenceConstraintEnumerator |
Supports a simple iteration over the PrecedenceConstraints collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PrecedenceConstraints |
Contains a collection of PrecedenceConstraint objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Project |
Represents Integration Services project which contains packages and parameters. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
ProjectVariablesWrapper |
Contains a collection of project variables wrapper. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
PropertyEnumerator |
Supports iteration over the DtsProperties collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
RunningPackage |
Provides a reference to the run-time package to use from the Integration Services service. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
RunningPackages |
Contains a collection of RunningPackage objects. This collection contains the list of packages that were running when the GetRunningPackages method was called, and is not updated when a new package starts or a listed package terminates. If you need a new snapshot, you should call GetRunningPackages again. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
RunningPackagesEnumerator |
Supports iteration over the RunningPackages collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
SelectedLogProviders |
Contains a collection of selected LogProvider objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Sequence |
Defines a control flow that is a subset of the package control flow. Use Sequence containers to group the package into multiple separate control flows that each contain one or more tasks and containers that run within the overall package control flow. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
SsisServerExecution |
Represents the SSIS server execution. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
StorageInfo |
Provides information about the storage location for either the original or the upgraded Integration Services packages. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Task |
Defines an abstract class that implements the methods and properties common to all tasks in Integration Services. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
TaskHost |
Provides a container that encapsulates a single task. In the SSIS Designer, the TaskHost is not configured separately; instead, it is configured when you set the properties of the task it encapsulates. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
TaskInfo |
Contains information about a task installed on the local computer. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
TaskInfoEnumerator |
Supports iteration over the TaskInfo collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
TaskInfos |
Contains a collection of TaskInfo objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
UpgradePackageInfo |
Stores information about an Integration Services package that is to be upgraded. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
UpgradeResult |
Determines the result of upgrading a collection of Integration Services packages. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Variable |
Represents a variable on a package, task, or container. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
VariableDispenser |
Accesses the Variables collection during package execution. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
VariableEnumerator |
Supports iteration over the Variables collection. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
Variables |
Contains a collection of Variables objects, which are accessed through several objects. This class cannot be inherited. |
![公共类 公共类](images/ms131807.pubclass(sql.110).gif) |
WarningEnumerator |
Supports iteration over the DtsWarnings collection. This class cannot be inherited. |