Partager via


Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper

The Microsoft.SqlServer.Dts.Runtime.Wrapper namespace provides the classes and interfaces used to create Control Flow components in the runtime. This assembly is a Primary Interop Assembly (PIA) for the namespace Microsoft.SqlServer.Dts.Runtime, which is the assembly Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll). The classes in this namespace should not be instantiated. Instead, use the classes found in the Microsoft.SqlServer.Dts.Runtime.

For information on Primary Interop Assemblies and how the managed classes work with the wrapper classes, see "COM Wrappers" and "Exposing .NET Framework Components to COM" in the .NET Framework Developer's Guide in the MSDN Library.

Classes

  Classe Description
Classe publique ApplicationClass Infrastructure. Discovers and accesses Package objects.
Classe publique ConnectionManagerAdoClass Infrastructure. Provides the connection information to a data source.
Classe publique ConnectionManagerAdoNetClass Infrastructure. Represents a connection manager that utilizes .Net provider for the data connection.
Classe publique ConnectionManagerCacheClass Infrastructure. Represents a connection manager that utilizes a Cache Transform or a cache file for the data connection.
Classe publique ConnectionManagerExcelClass Infrastructure. Represents a connection manager that connects to an Excel workbook file.
Classe publique ConnectionManagerFileClass Infrastructure. Represents a connection manager class.
Classe publique ConnectionManagerFlatFileClass Infrastructure. Represents a connection manager flat file class.
Classe publique ConnectionManagerFtpClass Infrastructure. Represents a connection manager FTP class.
Classe publique ConnectionManagerHostClass Infrastructure. Represents a connection manager that connects to a task host.
Classe publique ConnectionManagerHttpClass Infrastructure. Represents a connection manager http class.
Classe publique ConnectionManagerMultiFileClass Infrastructure. Represents a connection manager multi-file class.
Classe publique ConnectionManagerMultiFlatFileClass Infrastructure. Represents a connection manager for accessing multiple flat files.
Classe publique ConnectionManagerOdbcClass Infrastructure. Represents a connection manager that connects to a data source using ODBC.
Classe publique ConnectionManagerOLAPClass Infrastructure. Represents a connection manager OLAP class.
Classe publique ConnectionManagerOleDbClass Infrastructure. Represents a connection manager that connects to a data source using OLE DB provider.
Classe publique ConnectionManagerSqlMobileClass Infrastructure. Represents a connection manager sql mobile class.
Classe publique EventHandlerClass Infrastructure. A container on a package or other containers that holds executable objects to run when specific events occur.
Classe publique ExpressionEvaluatorClass Infrastructure. Provides virtual properties and methods for IDTSExpressionEvaluator100 interface.
Classe publique ForEachEnumeratorHostClass Infrastructure. Defines the host class for the ForEachItemEnumeratorClass. This class cannot be inherited.
Classe publique ForEachItemEnumeratorClass Infrastructure. Implements an enumerator over the IDTSForEachItem100 collection.
Classe publique ForEachLoopClass Infrastructure. Provides a container that defines an iterative workflow in a package using the foreach iteration statement.
Classe publique ForLoopClass Infrastructure. Provides a container that defines an iterative workflow in a package, using the for iteration statement.
Classe publique FTPClientConnection100Class Infrastructure. Provides properties and methods for an FTP client task.
Classe publique HttpClientConnection100Class Infrastructure. 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.
Classe publique LogProviderEventLogClass Infrastructure. Represents a class for the LogProviderEventLog interface.
Classe publique LogProviderHostClass Infrastructure. Represents a class for the LogProviderHost interface.
Classe publique LogProviderSQLProfilerClass Infrastructure. Represents a class for the LogProviderSQLProfiler interface.
Classe publique LogProviderSQLServerClass Infrastructure. Represents a class for the LogProviderSQLServer interface.
Classe publique LogProviderTextFileClass Infrastructure. Represents a class for the LogProviderTextFile interface.
Classe publique LogProviderXMLFileClass Infrastructure. Represents a class for the LogProviderXMLFile interface.
Classe publique PackageClass Infrastructure. Represents a class for the Package interface.
Classe publique PackageNeutralClass Infrastructure. Represents a class for a neutral package.
Classe publique PackageRemote32Class Infrastructure. Represents a class for a remote 32-bit package.
Classe publique PackageRemote64Class Infrastructure. Represents a class for a remote 64 bit package.
Classe publique ParameterClass Represents a parameter class.
Classe publique PrecedenceConstraintClass Infrastructure. For more information, see PrecedenceConstraint.
Classe publique ProjectConnectionsCreatorClass Represents the project connections creator class.
Classe publique ProjectConnectionsCreatorNeutralClass Represents the project connections creator neutral class.
Classe publique ReplacementTaskClass Represents a replacement task class.
Classe publique SequenceClass Infrastructure. Represents a sequence class.
Classe publique TaskCreator32Class Infrastructure. Represents a 32-bit task creator class.
Classe publique TaskCreator64Class Infrastructure. Represents a task creator class.
Classe publique TaskHostClass Infrastructure. For more information, see TaskHost.
Classe publique VariableClass Infrastructure. Represents a variable class.
Classe publique VariableCreatorClass Represents a variable creator class.
Classe publique VariableDispenserClass Infrastructure. Represents a variable dispenser class.

Structures

  Structure Description
Structure publique _FILETIME Infrastructure. Specifies the file time for the runtime.
Structure publique _LARGE_INTEGER Infrastructure. Specifies the large integer for the runtime wrapper.
Structure publique _ULARGE_INTEGER Infrastructure. Provides a 64-bit data type which is accessible as two DWORDs or as a single DWORDLONG.
Structure publique DTP_DATA_UNION Infrastructure. Specifies a union data types.
Structure publique DTP_DBDATE Infrastructure. Specifies an enumeration of date structure.
Structure publique DTP_DBTIME Infrastructure. Specifies a data type time structure.
Structure publique DTP_DBTIME2 Infrastructure. Specifies a time structure that consists of hour, minute, second, and fractional seconds.
Structure publique DTP_DBTIMESTAMP Infrastructure. A timestamp structure that consists of year, month, day, hour, minute, second, and fractional seconds. The fractional seconds have a maximum scale of 3 digits.
Structure publique DTP_DBTIMESTAMP2 Infrastructure. A timestamp structure that consists of year, month, day, hour, minute, second, and fractional seconds. The fractional seconds have a maximum scale of 7 digits.
Structure publique DTP_DBTIMESTAMPOFFSET Infrastructure. A timestamp structure that consists of year, month, day, hour, minute, second, and fractional seconds, and has a time zone offset from the Coordinated Universal Time (UTC) that is used to obtain the local time. The fractional seconds have a maximum scale of 7 digits.
Structure publique DTP_FILETIME Infrastructure. Specifies an enumeration of data filetime structure.
Structure publique DTP_NUMERIC Infrastructure. Specifies an enumeration of data numeric structure.
Structure publique DTP_VARIANT Specifies the data type of the column. This is a value from the DataType enumeration that determines the type of DTP_VARIANT structure stored in each cell of this column.
Structure publique DTS_EVENT_COLUMN_FILTER Infrastructure. For more information, see DTSEventColumnFilter.
Structure publique DTS_MANAGED_INFO Infrastructure. Specifies a data managed information structure.
Structure publique DTS_MANAGED_PROPERTY Infrastructure. Specifies an enumeration of managed data property.
Structure publique DTS_PACKAGE_UPGRADE_OPTIONS Infrastructure. A structure used for specifying options during a package upgrade.
Structure publique tagSTATSTG Infrastructure. Specifies the statistical information about an open storage, stream, or byte array object.

Interfaces

  Interface Description
Interface publique Application Infrastructure. For more information, see ApplicationClass.
Interface publique ConnectionManagerAdo Infrastructure. For more information, see ConnectionManagerAdoClass.
Interface publique ConnectionManagerAdoNet Infrastructure. For more information, see ConnectionManagerAdoNetClass.
Interface publique ConnectionManagerCache Infrastructure. For more information, see ConnectionManagerCacheClass.
Interface publique ConnectionManagerExcel Infrastructure. For more information, see ConnectionManagerExcelClass.
Interface publique ConnectionManagerFile Infrastructure. For more information, see ConnectionManagerFileClass.
Interface publique ConnectionManagerFlatFile Infrastructure. For more information, see ConnectionManager.
Interface publique ConnectionManagerFtp Infrastructure. For more information, see ConnectionManagerFtpClass.
Interface publique ConnectionManagerHost Infrastructure. For more information, see ConnectionManagerHostClass.
Interface publique ConnectionManagerHttp Infrastructure. For more information, see ConnectionManagerHttpClass.
Interface publique ConnectionManagerMultiFile Infrastructure. For more information, see ConnectionManagerMultiFileClass.
Interface publique ConnectionManagerMultiFlatFile Infrastructure. For more information, see ConnectionManagerMultiFlatFileClass.
Interface publique ConnectionManagerOdbc Infrastructure. For more information, see ConnectionManagerOdbcClass.
Interface publique ConnectionManagerOLAP Infrastructure. For more information, see ConnectionManagerOLAPClass.
Interface publique ConnectionManagerOleDb Infrastructure. For more information, see ConnectionManagerOleDbClass.
Interface publique ConnectionManagerSqlMobile Infrastructure. For more information, see ConnectionManagerSqlMobileClass.
Interface publique EventHandler Infrastructure. For more information, see EventHandlerClass.
Interface publique ExpressionEvaluator Infrastructure. For more information, see ExpressionEvaluatorClass.
Interface publique ForEachEnumeratorHost Infrastructure. For more information, see ForEachEnumeratorHostClass.
Interface publique ForEachItemEnumerator Infrastructure. For more information, see ForEachItemEnumeratorClass.
Interface publique ForEachLoop Infrastructure. For more information, see ForEachLoopClass.
Interface publique ForLoop Infrastructure. For more information, see ForLoopClass.
Interface publique FTPClientConnection100 Infrastructure. For more information, see IDTSFtpClientConnection100.
Interface publique HttpClientConnection100 Infrastructure. For more information, see HttpClientConnection100Class.
Interface publique IDTSApplication100 Infrastructure. Provides properties and methods that are used to discover and access Package objects.
Interface publique IDTSBreakpointManager100 Infrastructure. Provides methods to manage all the breakpoints that are set in on a task.
Interface publique IDTSBreakpointSite100 Infrastructure. Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.
Interface publique IDTSBreakpointTarget100 Infrastructure. For more information, see BreakpointTarget.
Interface publique IDTSBreakpointTargets100 Infrastructure. Provides properties and methods for working on a collection of IDTSBreakpointTarget100 objects.
Interface publique IDTSCloneVariableDispenser100 Infrastructure. Represents cloned copy of an original variable dispenser object.
Interface publique IDTSComponentEvents100 Infrastructure. Defines an interface that provides methods for event firing.
Interface publique IDTSComponentPersist100 Infrastructure. Allows properties and settings for components and tasks to be saved and loaded from the package XML.
Interface publique IDTSConfiguration100 Infrastructure. For more information, see Configuration.
Interface publique IDTSConfigurationControl100 Provides a property that controls how a package loads configurations.
Interface publique IDTSConfigurations100 Infrastructure. Represents a collection of IDTSConfiguration100 objects.
Interface publique IDTSConnectionInfo100 Infrastructure. For more information, see ConnectionInfo.
Interface publique IDTSConnectionInfos100 Infrastructure. Contains information about all the connections on the computer. The collection contains IDTSConnectionInfo100 objects that provide the details about each connection. The collection is available using the ApplicationClass class.
Interface publique IDTSConnectionManager100 Infrastructure. Provides properties and methods that are used for managing connection to a data source.
Interface publique IDTSConnectionManagerCache100 Infrastructure. Provides properties and methods associated with managing connections using a Cache Transform or a cache file for the data connection.
Interface publique IDTSConnectionManagerCacheColumn100 Infrastructure. For more information, see ConnectionManager.
Interface publique IDTSConnectionManagerCacheColumns100 Infrastructure. Provides properties and methods for working on a collection of IDTSConnectionManagerCacheColumn100 objects.
Interface publique IDTSConnectionManagerDatabaseParameters100 Infrastructure. For more information, see ConnectionManager.
Interface publique IDTSConnectionManagerExcel100 Infrastructure. For more information, see ConnectionManagerExcelClass.
Interface publique IDTSConnectionManagerFile100 Infrastructure. For more information, see ConnectionManagerFileClass.
Interface publique IDTSConnectionManagerFlatFile100 Infrastructure. This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.
Interface publique IDTSConnectionManagerFlatFileColumn100 Infrastructure. For more information, see FlatFileColumn.
Interface publique IDTSConnectionManagerFlatFileColumns100 Infrastructure. Represents a collection of IDTSConnectionManagerFlatFileColumn100 objects.
Interface publique IDTSConnectionManagerFtp100 Infrastructure. For more information, see ConnectionManagerFtpClass.
Interface publique IDTSConnectionManagerHttp100 Infrastructure. Represents a connection manager for HTTP connection.
Interface publique IDTSConnectionManagerInit100 Infrastructure. Provides methods for initializing the properties of a connection manager.
Interface publique IDTSConnectionManagerMarshalControl100 Infrastructure. Provides properties and methods to connection manager that supports marshal control.
Interface publique IDTSConnectionManagerVariables100 Infrastructure. Provides variables and variable dispenser to connection manager.
Interface publique IDTSConnections100 Infrastructure. Provides properties and methods for working on a collection of connection managers.
Interface publique IDTSContainer100 Infrastructure. Defines properties and methods used by all containers and packages.
Interface publique IDTSDataTapConfiguration100 Infrastructure. Provides methods for working with a data tap configuration.
Interface publique IDTSDataTypeInfo100 Infrastructure. For more information, see DataTypeInfo.
Interface publique IDTSDataTypeInfos100 Infrastructure. Contains a collection of IDTSDataTypeInfo100 objects.
Interface publique IDTSDBProviderInfo100 Infrastructure. For more information, see DBProviderInfo.
Interface publique IDTSDBProviderInfos100 Infrastructure. Contains a collection of IDTSDBProviderInfo100 objects.
Interface publique IDTSDowngradableObject100 Infrastructure. Represents the interface for the DTS downgradable object.
Interface publique IDTSDowngradeSettings100 Infrastructure. Represents the downgrade settings.
Interface publique IDTSDumpConfiguration100 Infrastructure. Represents a dump configuration for the DTS.
Interface publique IDTSDynamicName100 Infrastructure. Represents the dynamic name for the DTS.
Interface publique IDTSEnumReferencedObjects100 Infrastructure. For more information, see EnumReferencedObjects.
Interface publique IDTSError100 Infrastructure. For more information, see DtsError.
Interface publique IDTSErrors100 Infrastructure. Represents a collection of IDTSError100 objects.
Interface publique IDTSEvaluatorContext100 Infrastructure. Represents the interface for the DTS evaluator context.
Interface publique IDTSEventHandler100 Infrastructure. For more information, see EventHandler.
Interface publique IDTSEventHandlers100 Infrastructure. Represents a collection of IDTSEventHandler100 objects.
Interface publique IDTSEventInfo100 Infrastructure. For more information, see EventInfo.
Interface publique IDTSEventInfos100 Infrastructure. Represents a collection of IDTSEventInfo100 objects.
Interface publique IDTSEvents100 Infrastructure. Defines methods for the events.
Interface publique IDTSEventsProvider100 Infrastructure. For more information, see EventsProvider.
Interface publique IDTSExecutable100 Infrastructure. Represents an interface that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.
Interface publique IDTSExecutables100 Infrastructure. Represents a collection of IDTSExecutable100 objects.
Interface publique IDTSExecutionLocation100 Infrastructure. For more information, see TaskHost.
Interface publique IDTSExecutionMetrics100 Infrastructure. For more information, see IDTSExecutionMetrics.
Interface publique IDTSExecutionPath100 Infrastructure. For more information, see IDTSExecutionPath.
Interface publique IDTSExpression100 Infrastructure. Represents the interface for the expression.
Interface publique IDTSExpressionEvaluator100 Infrastructure. Defines the properties and methods for the ExpressionEvaluator object.
Interface publique IDTSExtendedProperties100 Infrastructure. Represents a collection of IDTSExtendedProperty100 objects.
Interface publique IDTSExtendedProperty100 Infrastructure. For more information, see ExtendedProperty.
Interface publique IDTSForEachEnumerator100 Infrastructure. Defines the properties and methods for the ForEachEnumerator.
Interface publique IDTSForEachEnumeratorInfo100 Infrastructure. For more information, see ForEachEnumeratorInfo.
Interface publique IDTSForEachEnumeratorInfos100 Infrastructure. Represents the interface for the collection of ForEachEnumeratorInfo objects.
Interface publique IDTSForEachItem100 Infrastructure. Represents an interface for the ForEachItem object.
Interface publique IDTSForEachItemEnumerator100 Infrastructure. Represents an interface of the ForEachItemEnumerator object.
Interface publique IDTSForEachItems100 Infrastructure. Represents an interface for the ForEachItems object.
Interface publique IDTSForEachItemsProvider100 Infrastructure. For more information, see ForEachItemValueEnumerator.
Interface publique IDTSForEachItemValue100 Infrastructure. For more information, see ForEachItemValue.
Interface publique IDTSForEachLoop100 Infrastructure. Represents an interface that defines the ForEach loop process.
Interface publique IDTSForEachVariableMapping100 Infrastructure. For more information, see ForEachVariableMapping.
Interface publique IDTSForEachVariableMappings100 Infrastructure. Represents an interface of the ForEachVariableMappings object.
Interface publique IDTSForLoop100 Infrastructure. Represents an interface for the ForLoop process.
Interface publique IDTSFtpClientConnection100 Infrastructure. Represents the interface for the FTP Client Connection.
Interface publique IDTSHasInternalProperties100 Infrastructure. Represents a DTS internal properties.
Interface publique IDTSHttpClientConnection100 Infrastructure. For more information, see HttpClientConnection100Class.
Interface publique IDTSInfoEvents100 Infrastructure. Defines an interface that is used to fire informational, warning, and error events.
Interface publique IDTSLogEntryInfo100 Infrastructure. For more information, see LogEntryInfo.
Interface publique IDTSLogEntryInfos100
Interface publique IDTSLogging100 Infrastructure. Defines the logging options for the container.
Interface publique IDTSLoggingOptions100 Infrastructure. Represents an interface of the DTS logging options.
Interface publique IDTSLogProvider100 Infrastructure. Implements an interface of a log provider.
Interface publique IDTSLogProviderInfo100 Infrastructure. For more information, see LogProviderInfo.
Interface publique IDTSLogProviderInfos100 Infrastructure. For more information, see LogProviderInfos.
Interface publique IDTSLogProviderInit100 Infrastructure. Represents an initialized log provider.
Interface publique IDTSLogProviders100 Infrastructure. Represents an interface of log providers.
Interface publique IDTSManagedForEachEnumeratorWrapper100 Infrastructure. Describes the interface for the ForEach enumerator wrapper.
Interface publique IDTSManagedHelper100 Infrastructure. Specifies an interface of the managed helper.
Interface publique IDTSManagedPropertyHelper100 Infrastructure. Represents a managed property helper.
Interface publique IDTSManagedSerializer100 Infrastructure. Describes the interface for the managed serializer.
Interface publique IDTSManagedTask100 Infrastructure. For more information, see IDTSManagedTask.
Interface publique IDTSManagedWrapper100 Infrastructure. Represents a DTS managed wrapper.
Interface publique IDTSManagedXmlSerializationHelper100 Infrastructure. Describes the interface for the XML serialization helper.
Interface publique IDTSName100 Infrastructure. For more information, see IDTSName.
Interface publique IDTSObjectHost100 Infrastructure. For more information, see TaskHost.
Interface publique IDTSObjectReferenceTracker100 Infrastructure. Provides an interface for the analysis regarding the impact and consequences of deleting variables and connections from a package.
Interface publique IDTSObjectVersionUpdate100 Infrastructure. Represents an interface for the version update of data transformatioon services object.
Interface publique IDTSODBCHandles100 Defines the native interface for the ODBC connection. A reference to this interface is returned from the AcquireConnection method when the ConnectionManager is of type ODBC.
Interface publique IDTSPackage100 Infrastructure. Represents an interface implemented by the Package and PackageNeutral interfaces.
Interface publique IDTSPackageInfo100 Infrastructure. For more information, see PackageInfo.
Interface publique IDTSPackageInfos100 Infrastructure. Provides properties and methods for working on a collection of IDTSPackageInfo100 objects.
Interface publique IDTSPackageInternal100 Infrastructure. Represents an interface implemented by the collection of IDTSPackageInternal100 container that need to have the internal property.
Interface publique IDTSPackagePath100 Infrastructure. For more information, see IDTSPackagePath.
Interface publique IDTSPackagePersist100 Infrastructure. Defines methods for the persistence of the package.
Interface publique IDTSPackageSigning100 Infrastructure. Represents an interface for the package signing.
Interface publique IDTSPackageVersionUpdate100 Infrastructure. Defines a method for the update of the package version.
Interface publique IDTSParameter100 Infrastructure. Represents an interface for the abstract base class used by both package parameter and project parameter.
Interface publique IDTSParameters100 Infrastructure. Represents a class used by both the package parameters and project parameters collection.
Interface publique IDTSPerfRecorder100 Infrastructure. Represents the interface for the performance recorder.
Interface publique IDTSPersist100 Infrastructure. Represents an interface that enables IDTSPersist100 saving and loading data. For more information, see IDTSPersist.
Interface publique IDTSPipelineComponentInfo100 Infrastructure. For more information, see PipelineComponentInfo.
Interface publique IDTSPipelineComponentInfos100 Infrastructure. Provides properties and methods for working on a collection of IDTSPipelineComponentInfo100 objects.
Interface publique IDTSPrecedenceConstraint100 Infrastructure. For more information, see PrecedenceConstraintClass.
Interface publique IDTSPrecedenceConstraints100 Infrastructure. Provides properties and methods for working on a collection of IDTSPrecedenceConstraint100 objects.
Interface publique IDTSProductLevel100 Infrastructure. For more information, see DTSProductLevel.
Interface publique IDTSProject100 Infrastructure. Represents an interface which contains packages and parameters.
Interface publique IDTSProjectAccessor100 Infrastructure. Represents an interface for the DTS project assessor.
Interface publique IDTSProjectConnectionsCreator100 Infrastructure. Represents a connections creator of a DTS project.
Interface publique IDTSProjectPackage100 Infrastructure. Represents a DTS project which contains packages.
Interface publique IDTSProperties100 Infrastructure. Contains a collection of IDTSProperty100 objects.
Interface publique IDTSPropertiesProvider100 Infrastructure. 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.
Interface publique IDTSPropertiesProviderEx100 Infrastructure. Represents the DTS properties provider expressions.
Interface publique IDTSProperty100 Infrastructure. Represents an interface for the DtsProperty object.
Interface publique IDTSRunningPackage100 Infrastructure. For more information, see RunningPackage.
Interface publique IDTSRunningPackages100 Infrastructure. Contains a collection of IDTSRunningPackage100 objects.
Interface publique IDTSRuntimeObject100 Infrastructure. This interface is inherited by native classes that are containers, and implemented by all objects in the Microsoft.SqlServer.Dts.Runtime namespace. For more information, see DtsObject.
Interface publique IDTSSelectedLogProviders100 Infrastructure. Defines an interface for a collection of selected IDTSLogProvider100 objects.
Interface publique IDTSSequence100 Infrastructure. For more information, see Sequence.
Interface publique IDTSServerExecution100 Infrastructure. Represents an instance of execution in the Integration Services catalog.
Interface publique IDTSServerUsageControl100 Infrastructure. Provides properties for controlling DTS server usage.
Interface publique IDTSSupportDataTapConfiguration100 Infrastructure. Provides methods for accessing data tap configuration.
Interface publique IDTSSupportOffline100 Infrastructure. Provides properties for indicating whether DTS connection supports offline mode.
Interface publique IDTSSupportParentExecutionPath100 Infrastructure. Represents the support for the parent execution path.
Interface publique IDTSSupportPerfRecorder100 Infrastructure. Represents the interface for the support for the performance recorder.
Interface publique IDTSSupportVerboseLogging100 Infrastructure. Defines methods for accessing the verbose logging.
Interface publique IDTSSuspend100 Infrastructure. For more information, see IDTSSuspend.
Interface publique IDTSTask100 Infrastructure. Defines a property and methods for all the tasks in Integration Services.
Interface publique IDTSTaskCreator100 Infrastructure. Represents an interface for the creator of a task.
Interface publique IDTSTaskHost100 Infrastructure. For more information, see TaskHostClass.
Interface publique IDTSTaskInfo100 Infrastructure. For more information, see TaskInfo.
Interface publique IDTSTaskInfos100 Infrastructure. Contains a collection of IDTSTaskInfo100 objects.
Interface publique IDTSTaskInit100 Infrastructure. Defines a method for the task to initialize.
Interface publique IDTSUnsafeVariables100 Infrastructure. Defines methods for all unsafe variables.
Interface publique IDTSVariable100 Infrastructure. Represents an interface for the variable on a package, task or container.
Interface publique IDTSVariableCreator100 Infrastructure. Represents an interface for the creator of a variable.
Interface publique IDTSVariableDispenser100 Infrastructure. Represents a variable dispenser class. For more information, see VariableDispenserClass.
Interface publique IDTSVariableLock100 Infrastructure. Defines methods for the lock of variable.
Interface publique IDTSVariables100 Infrastructure. Provides properties and methods for working on a collection of IDTSVariable100 objects.
Interface publique IDTSWarning100 Infrastructure. For more information, see DtsWarning.
Interface publique IDTSWarnings100 Infrastructure. Defines a properties and methods for the collection of warning.
Interface publique ISequentialStream Infrastructure. Defines methods for the stream objects in sequence.
Interface publique IStream Infrastructure. Provides an interface that supports reading and writing data to stream objects.
Interface publique ITaskSupportProject100 Infrastructure. Defines method for the task that supports a project.
Interface publique LogProviderEventLog Infrastructure. For more information, see LogProviderEventLogClass.
Interface publique LogProviderHost Infrastructure. For more information, see LogProviderHostClass.
Interface publique LogProviderSQLProfiler Infrastructure. For more information, see LogProviderSQLProfilerClass.
Interface publique LogProviderSQLServer Infrastructure. For more information, see LogProviderSQLServerClass.
Interface publique LogProviderTextFile Infrastructure. For more information, see LogProviderTextFileClass.
Interface publique LogProviderXMLFile Infrastructure. For more information, see LogProviderXMLFileClass.
Interface publique Package Infrastructure. For more information, see PackageClass.
Interface publique PackageNeutral Infrastructure. For more information, see PackageNeutralClass.
Interface publique PackageRemote32 Infrastructure. Represents an interface for a remote 32-bit package.
Interface publique PackageRemote64 Infrastructure. Represents an interface for a remote 64-bit package.
Interface publique Parameter Infrastructure. For more information, see ParameterClass.
Interface publique PrecedenceConstraint Infrastructure. For more information, see PrecedenceConstraintClass.
Interface publique ProjectConnectionsCreator Infrastructure. For more information, see ProjectConnectionsCreatorClass.
Interface publique ProjectConnectionsCreatorNeutral Infrastructure. For more information, see ProjectConnectionsCreatorNeutralClass.
Interface publique ReplacementTask Infrastructure. For more information, see ReplacementTaskClass.
Interface publique Sequence Infrastructure. For more information, see SequenceClass.
Interface publique TaskCreator32 Infrastructure. Represents a 32-bit task creator.
Interface publique TaskCreator64 Infrastructure. Represents a task creator class.
Interface publique TaskHost Infrastructure. For more information, see TaskHostClass.
Interface publique Variable Infrastructure. For more information, see VariableClass.
Interface publique VariableCreator Infrastructure. Represents the creator of a variable.
Interface publique VariableDispenser Infrastructure. For more information, see VariableDispenserClass.

Énumérations

  Énumération Description
Énumération publique DataType Indicates the data type of columns in data flow components and the data flow buffer.
Énumération publique DTS_MANAGED_INFO_TYPE Infrastructure. An enumeration that specifies the managed data type information.
Énumération publique DTSBreakpointHitTest Infrastructure. Enumerates the values for the hit count types.
Énumération publique DTSCheckpointUsage Infrastructure. Specifies values that describe if, or when, a package is restarted.
Énumération publique DTSConfigurationType Infrastructure. Specifies the ways that a configuration for a package can be saved.
Énumération publique DTSConnectionManagerScope Infrastructure. For more information, see DTSConnectionManagerScope. Specifies the scope levels of a connection manager.
Énumération publique DTSEvaluatorContextOption Infrastructure. Specifies the options for the evaluator context.
Énumération publique DTSEventFilterKind Infrastructure. Describes the kind of event filter that is set on logging.
Énumération publique DTSExcelVersion Infrastructure. This enumeration maps the Extended Properties from the connection string in an OLEDB provider to the correct version of the Excel connection manager. For more information, see ConnectionManagerExcelClass.
Énumération publique DTSExecResult Infrastructure. Provides values that describe the result of a task execution.
Énumération publique DTSExecStatus Infrastructure. Contains values that indicate the current status of task execution or a container object at the time of the call.
Énumération publique DTSExecutionLocation Infrastructure. Specifies the DTS execution location.
Énumération publique DTSFileConnectionUsageType Infrastructure. Provides information about how a connection is used by a component client.
Énumération publique DTSForcedExecResult Infrastructure. Specifies the execution result of a container when the container's ForceExecutionValue is set to true.
Énumération publique DTSLogEntryFrequency Infrastructure. Provides values that correspond to a log scheme used to assist in log planning.
Énumération publique DTSLoggingMode Infrastructure. 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.
Énumération publique DTSObjectHostType Infrastructure. Describes the type of container that is hosting the other task or container.
Énumération publique DTSObjectReferenceType Infrastructure. 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.
Énumération publique DTSPackageInformationFlags Infrastructure. Describes whether a package is a folder or package. It is used for setting a valid value in the Flags property.
Énumération publique DTSPackageType Infrastructure. Identifies the tool that created the package.
Énumération publique DTSPipelineComponentType Infrastructure. Classifies pipeline components by category.
Énumération publique DTSPrecedenceEvalOp Infrastructure. Indicates the evaluation operations that the precedence constraint uses.
Énumération publique DTSPriorityClass Infrastructure. Describes the priority of a thread in a class.
Énumération publique DTSProductLevel Infrastructure. Specifies the SQL Server product edition. 
Énumération publique DTSPropertyKind Infrastructure. Contains values that describe the type of property.
Énumération publique DTSProtectionLevel Infrastructure. Controls the handling of sensitive information in the package.
Énumération publique DTSProviderSubType Infrastructure. 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.
Énumération publique DTSProviderType Infrastructure. Describes the kind of provider that is stored.
Énumération publique DTSServerParameterType Infrastructure. Specifies the DTS server parameter type.
Énumération publique DTSSignatureStatus Infrastructure. Describes the status of the digital signature.
Énumération publique DTSTransactionOption Infrastructure. Describes transaction supportability and specifies whether a container participates in transactions.