Microsoft.SqlServer.Dts.Runtime Espacio de nombres

The Microsoft.SqlServer.Dts.Runtime namespace contains the classes and interfaces to create packages, custom tasks, and other package control flow elements.

Clases

  Clase Descripción
Clase pública Application Discovers and accesses Package objects. It can also access collections and properties that contain information about the system.
Clase pública BatchUpgradeOptions Specifies the options that the Upgrade method will apply to a list of Integration Services packages during the upgrade process.
Clase pública BreakpointManager Manages all the breakpoints that are set in on a task. This class cannot be inherited.
Clase pública BreakpointTarget Contains information on breakpoints that are set in the package. This class cannot be inherited.
Clase pública BreakpointTargetEnumerator Creates a BreakpointTargetEnumerator for the BreakpointTargets collection. This class cannot be inherited.
Clase pública BreakpointTargets Contains a collection of BreakpointTarget objects. This class cannot be inherited.
Clase pública Configuration Represents a configuration class that contains information about how a package is configured. This class cannot be inherited.
Clase pública ConfigurationEnumerator Supports iteration over the Configurations collection. This class cannot be inherited.
Clase pública Configurations Represents a collection of Configuration objects. This class cannot be inherited.
Clase pública ConnectionEnumerator Supports iteration over the Connections collection. This class cannot be inherited.
Clase pública ConnectionInfo Contains information about the connections available on the computer. This class cannot be inherited.
Clase pública ConnectionInfoEnumerator Supports iteration over the Connections collection. This class cannot be inherited.
Clase pública 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.
Clase pública 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.
Clase pública ConnectionManagerBase Represents the abstract base class for connection managers.
Clase pública Connections Contains a collection of ConnectionManager objects that are accessed through the Package object. This class cannot be inherited.
Clase pública 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.
Clase pública DataTypeInfoEnumerator Supports iteration over the DataTypeInfos collection. This class cannot be inherited.
Clase pública DataTypeInfos Contains a collection of DataTypeInfo objects. This class cannot be inherited.
Clase pública DBProviderInfo Contains information about a database provider. This class cannot be inherited.
Clase pública DBProviderInfoEnumerator Supports iteration over the DBProviderInfos collection. This class cannot be inherited.
Clase pública DBProviderInfos Contains a collection of DBProviderInfo objects. This class cannot be inherited.
Clase pública DefaultEvents Defines the default events that are provided by the Integration Services run-time.
Clase pública DtsComException The exception that Integration Services raises when a COM error occurs.
Clase pública DtsComponentException The exception that is thrown when an error occurs in a component.
Clase pública DtsConnectionAttribute Supplies design time information about a ConnectionManager object.
Clase pública DtsConnectionException The exception that is thrown when there is an error in a connection.
Clase pública DtsContainer Defines an abstract base class that implements the properties and methods used by all containers and packages.
Clase pública 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.
Clase pública DtsCouldNotCreateManagedConnectionException The exception that specifies that a managed connection could not be created. This class cannot be inherited.
Clase pública DtsCouldNotCreateManagedForEachEnumeratorException The exception that specifies that a managed ForEach enumerator could not be created. This class cannot be inherited.
Clase pública DtsEnumerator Defines an abstract base class that implements the IEnumerator methods.
Clase pública DtsError Contains information about an error that occurred during execution. This class cannot be inherited.
Clase pública DtsErrors Represents a collection of DtsError objects. This class cannot be inherited.
Clase pública DtsEventHandler A container on a package or other containers that holds executables to run when specific events occur. This class cannot be inherited.
Clase pública DtsEventHandlerEnumerator Supports iteration over the DtsEventHandlers collection. This class cannot be inherited.
Clase pública DtsEventHandlers A collection of DtsEventHandler objects. This class cannot be inherited.
Clase pública DtsException Defines a generic exception class that, depending on the error code returned, creates a class specific to the type of exception that occurred.
Clase pública DtsExponentTooLargeException An exception class that is thrown when the X.509 certification key on a package is invalid.
Clase pública DtsForEachEnumeratorAttribute Supplies design-time information about a ForEachEnumerator object. This class cannot be inherited.
Clase pública DtsGenericException The exception that is thrown when an error occurs and the error is not handled by any other exception class.
Clase pública DtsInvalidBreakpointSiteException The exception that is thrown to specify that there is an invalid breakpoint. This class cannot be inherited.
Clase pública DtsLogProviderAttribute Supplies design time information about a LogProvider object.
Clase pública 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.
Clase pública 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.
Clase pública 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.
Clase pública 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.
Clase pública 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.
Clase pública 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.
Clase pública 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.
Clase pública DtsNotAManagedEnumeratorException The exception that is thrown to specify that the enumerator is not a managed enumerator. This class cannot be inherited.
Clase pública 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.
Clase pública 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.
Clase pública DtsObject Defines an abstract base class that contains the members that are common to all the objects in the Microsoft.SqlServer.Dts.Runtime namespace.
Clase pública DtsPipelineException The exception that is thrown when an error occurs in the pipeline.
Clase pública DtsProperties Contains a collection of DtsProperty objects. This class cannot be inherited.
Clase pública DtsProperty Contains properties and methods used by several containers on their properties. This class cannot be inherited.
Clase pública DtsPropertyAttribute Infraestructura.
Clase pública 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.
Clase pública DtsRuntimeException The exception that is thrown when there is an error in the control flow.
Clase pública DtsScriptingException The exception that is thrown when there is an error in a script task.
Clase pública DtsSqlException The exception that is thrown when there is an error in a SQL Task.
Clase pública DtsTaskAttribute Supplies design time information about a Task object.
Clase pública DtsTaskException The exception that is thrown when an error occurs in a task.
Clase pública DtsToolsException The exception that is thrown when an error occurs in one of the tools.
Clase pública DtsWarning Contains the properties used when a warning occurs. This class cannot be inherited.
Clase pública DtsWarnings Contains a collection of DtsWarning objects. This class cannot be inherited.
Clase pública EmptyEnumerator Provides an empty enumerator that is returned by the Integration Services runtime when there are no elements in the collection to enumerate over.
Clase pública EnumReferencedObjects Infraestructura.
Clase pública ErrorEnumerator Supports iteration over the DtsErrors collection. This class cannot be inherited.
Clase pública EventInfo Contains information about an event. This class cannot be inherited.
Clase pública EventInfoEnumerator Supports iteration over the EventInfos collection. This class cannot be inherited.
Clase pública 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.
Clase pública 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.
Clase pública 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.
Clase pública ExecutableEnumerator Supports iteration over the Executables collection. This class cannot be inherited.
Clase pública Executables Contains a collection of Executable objects. This class cannot be inherited.
Clase pública ExtendedProperties Contains a collection of ExtendedProperty objects. This class cannot be inherited.
Clase pública ExtendedProperty This class contains members that hold additional information about a package.
Clase pública ExtendedPropertyEnumerator Supports iteration over the ExtendedProperties collection. This class cannot be inherited.
Clase pública 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.
Clase pública ForEachEnumerator Enumerates over the items that the ForEachLoop is assigned to iterate over.
Clase pública ForEachEnumeratorHost Defines the host class for the ForEachEnumerator. This class cannot be inherited.
Clase pública ForEachEnumeratorInfo Contains information about the ForEachEnumerator. This class cannot be inherited.
Clase pública ForEachEnumeratorInfos A collection of ForEachEnumeratorInfo objects. This class cannot be inherited.
Clase pública ForEachEnumeratorInfosEnumerator Supports iteration over the ForEachEnumeratorInfos collection. This class cannot be inherited.
Clase pública ForEachEnumeratorUI Provides information for controlling the graphical user interface of the ForEachEnumerator.
Clase pública ForEachLoop Provides a container that defines an iterative workflow in a package using the foreach iteration statement.
Clase pública ForEachVariableMapping Maps each variable to the value or expression that it holds. This class cannot be inherited.
Clase pública ForEachVariableMappingEnumerator Supports iteration over the ForEachVariableMappings collection. This class cannot be inherited.
Clase pública ForEachVariableMappings Contains a collection of ForEachVariableMapping objects. This class cannot be inherited.
Clase pública ForLoop Provides a container that defines an iterative workflow in a package, using the for iteration statement.
Clase pública FtpClientConnection Downloads and uploads data files and manages directories on servers. This class cannot be inherited.
Clase pública HResults Contains all event messages and HRESULTs for the Integration Services runtime, pipeline, stock tasks, and stock transforms.
Clase pública 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.
Clase pública LogEntryInfo Contains properties that describe a log entry. This class cannot be inherited.
Clase pública LogEntryInfoEnumerator Supports iteration over the LogEntryInfos collection. This class cannot be inherited.
Clase pública LogEntryInfos Contains a collection of LogEntryInfo objects. This class cannot be inherited.
Clase pública LoggingOptions Contains members that regulate what information is included or excluded from logging. This class cannot be inherited.
Clase pública 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.
Clase pública LogProviderBase Defines the abstract base class for managed log providers.
Clase pública LogProviderEnumerator Supports iteration over the LogProviders collection. This class cannot be inherited.
Clase pública LogProviderInfo Provides information about the log providers found on the computer. This class cannot be inherited.
Clase pública LogProviderInfoEnumerator Supports a simple iteration over the LogProviderInfos collection. This class cannot be inherited.
Clase pública LogProviderInfos Contains a collection of LogProviderInfo objects. This class cannot be inherited.
Clase pública LogProviders Contains a collection of LogProvider objects associated with the package. This class cannot be inherited.
Clase pública ManagedForEachEnumeratorWrapper Infraestructura.
Clase pública ManagedHelper Infraestructura.
Clase pública ManagedHelper. . :: . .ManagedPropertyHelper Infraestructura.
Clase pública ManagedWrapper Infraestructura.
Clase pública ManagerSerializer Infraestructura.
Clase pública ObjectReferenceTracker Provides analysis regarding the impact and consequences of deleting variables and connections from a package. This class cannot be inherited.
Clase pública Package Represents the package container. This class cannot be inherited.
Clase pública 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.
Clase pública PackageInfoEnumerator Supports iteration over the PackageInfos collection. This class cannot be inherited.
Clase pública PackageInfos Contains a collection of packages found in Microsoft SQL Server or the Integration Services service. This class cannot be inherited.
Clase pública PackageUpgradeOptions Specifies the options to be applied when an Integration Services package is upgraded.
Clase pública PackageUpgradeResult This class specifies the upgrade results for a package.
Clase pública 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.
Clase pública PipelineComponentInfoEnumerator Supports iteration over the PipelineComponentInfos collection. This class cannot be inherited.
Clase pública PipelineComponentInfos Contains a collection of PipelineComponentInfo objects. This class cannot be inherited.
Clase pública PrecedenceConstraint Specifies the properties for configuring a precedence constraint between two containers. This class cannot be inherited.
Clase pública PrecedenceConstraintEnumerator Supports a simple iteration over the PrecedenceConstraints collection. This class cannot be inherited.
Clase pública PrecedenceConstraints Contains a collection of PrecedenceConstraints objects. This class cannot be inherited.
Clase pública PropertyEnumerator Supports iteration over the DtsProperties collection. This class cannot be inherited.
Clase pública RunningPackage Provides a reference to the run-time package to use from the Integration Services service. This class cannot be inherited.
Clase pública 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.
Clase pública RunningPackagesEnumerator Supports iteration over the RunningPackages collection. This class cannot be inherited.
Clase pública SelectedLogProviders Contains a collection of LogProvider objects. This class cannot be inherited.
Clase pública 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.
Clase pública StorageInfo Proporciona información acerca de la ubicación de almacenamiento para los paquetes de Integration Services originales o actualizados.
Clase pública Task Defines an abstract class that implements the methods and properties common to all tasks in Integration Services. 
Clase pública 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.
Clase pública TaskInfo Contains information about a task installed on the local computer.
Clase pública TaskInfoEnumerator Supports iteration over the TaskInfo collection. This class cannot be inherited.
Clase pública TaskInfos Contains a collection of TaskInfo objects. This class cannot be inherited.
Clase pública UpgradePackageInfo Stores information about an Integration Services package that is to be upgraded.
Clase pública UpgradeResult Determines the result of upgrading a collection of Integration Services packages.
Clase pública Variable Represents a variable on a package, task, or container. This class cannot be inherited.
Clase pública VariableDispenser Accesses the Variables collection during package execution. This class cannot be inherited.
Clase pública VariableEnumerator Supports iteration over the Variables collection. This class cannot be inherited.
Clase pública Variables Contains a collection of Variables objects, which are accessed through several objects. This class cannot be inherited.
Clase pública WarningEnumerator Supports iteration over the DtsWarnings collection. This class cannot be inherited.

Estructuras

  Estructura Descripción
Estructura pública DTSEventColumnFilter Contains a field for every column that you can put into a log entry. To select columns for writing into the log, set the field's value to true. Set the value to false for every field you do not want added to the log entry.
Estructura pública StatusMessage Specifies the warning and error messages that result from upgrading an Integration Services package.

Interfaces

  Interfaz Descripción
Interfaz pública IDTSBreakpointSite Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.
Interfaz pública IDTSComponentEvents Defines an interface that provides event firing.
Interfaz pública IDTSComponentPersist Allows properties and settings for components and tasks to be saved and loaded from the package XML.
Interfaz pública IDTSDowngradableObject Infraestructura.
Interfaz pública IDTSEvents Defines a set of events used by the TaskHost on behalf of a task.
Interfaz pública IDTSExecutionMetrics Defines the metrics used to track the execution of a container.
Interfaz pública IDTSForEachEnumerator Provides the methods and properties for the ForEachEnumerator.
Interfaz pública IDTSForEachEnumeratorUI Contains the members implemented by the ForEachEnumeratorUI user interface class.
Interfaz pública IDTSInfoEvents Defines an interface that is used to fire informational, warning, and error events.
Interfaz pública IDTSLogging Defines the logging options for a container.
Interfaz pública IDTSManagedTask Defines an interface implemented on task classes to identify the class as a managed task.
Interfaz pública IDTSName Defines properties commonly used by many objects in the Integration Services runtime. The common properties of named objects include a name, a creation name, an ID (GUID), and a description.
Interfaz pública IDTSObjectHost Defines an interface that allows components to be treated as generic host objects.
Interfaz pública IDTSPackagePath Defines an interface implemented by containers that need to have the package path returned into a property.
Interfaz pública IDTSPersist Defines an interface that enables saving and loading data.
Interfaz pública IDTSPropertiesProvider Defines an interface, inherited by containers, that enables properties to be set by an expression, and allows an enumerable collection of properties to be associated with the container.
Interfaz pública IDTSSequence Contains two collections used by containers.
Interfaz pública IDTSSuspend Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.

Enumeraciones

  Enumeración Descripción
Enumeración pública ActionOnExistType Defines the behavior that occurs when an upgrade package has the same name as an existing Integration Services package.
Enumeración pública DTSBreakpointHitTest Enumerates the values for the hit count types. This class works with the BreakpointTarget class.
Enumeración pública DTSCheckpointUsage Specifies values that describe if, or when, a package is restarted.
Enumeración pública DTSConfigurationType Specifies the ways that a configuration for a package can be saved.
Enumeración pública DTSEventFilterKind Describes the kind of event filter that is set on logging.
Enumeración pública DTSExecResult Provides values that describe the result of a task execution.
Enumeración pública DTSExecStatus Contains values that indicate the current status of task execution or a container object at the time of the call.
Enumeración pública DTSExecutionLocation Infraestructura.
Enumeración pública DTSFileConnectionUsageType Provides information about how a connection is used by a component client.
Enumeración pública DTSForcedExecResult Specifies the execution result of a container when the container's ForceExecutionValue is set to true.
Enumeración pública DTSLogEntryFrequency Provides information to assist in log planning. You pick the hint that most closely corresponds to the frequency that you expect to generate a particular log entry in your task. This enumeration property then assists users of the package when they want to set up filtering of log entries. The user can view the property, and know in advance if there will be an overwhelming number of entries of a particular type, and plan accordingly.
Enumeración pública DTSLoggingMode Specifies the logging behavior of the container. The container can turn on logging, disable logging, or specify that the setting to use is the setting found on the parent container.
Enumeración pública DTSObjectHostType Describes the type of container that is hosting the other task or container.
Enumeración pública DTSObjectReferenceType Specifies the types of objects that the ObjectReferenceTracker class will provide impact analysis for. This enumeration is used by the EnumReferencedObjects class, which in turn is used by the Package class in its FindReferencedObjects method.
Enumeración pública DTSPackageInfoFlags Describes whether a package is a folder or package. It is used for setting a valid value in the Flags property.
Enumeración pública DTSPackageType Identifies the tool that created the package.
Enumeración pública DTSPipelineComponentType Classifies pipeline components by category.
Enumeración pública DTSPrecedenceEvalOp Indicates the evaluation operations that the precedence constraint uses.
Enumeración pública DTSPriorityClass Describes the priority of a thread in a class.
Enumeración pública DTSProductLevel Specifies the SQL Server product edition. 
Enumeración pública DTSPropertyKind Contains values that describe the type of property.
Enumeración pública DTSProtectionLevel Controls the handling of sensitive information in the package.
Enumeración pública DTSProviderSubType Identifies a specific OLE DB provider. The enumeration value also identifies the data type format used by that provider when the ProviderType is OLE DB.
Enumeración pública DTSProviderType Describes the kind of provider that is stored.
Enumeración pública DTSSignatureStatus Describes the status of the digital signature.
Enumeración pública DTSTransactionOption Describes transaction supportability and specifies whether a container participates in transactions.
Enumeración pública StorageType Defines the type of storage to which upgraded Integration Services packages will be saved.
Enumeración pública UpgradeResultStatus Defines the results of upgrading an Integration Services package.