Microsoft.SqlServer.Dts.Runtime 네임스페이스

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

클래스

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

구조

  구조 설명
공용 구조 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.
공용 구조 StatusMessage Specifies the warning and error messages that result from upgrading an Integration Services package.

인터페이스

  인터페이스 설명
공용 인터페이스 IDTSBreakpointSite Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.
공용 인터페이스 IDTSComponentEvents Defines an interface that provides event firing.
공용 인터페이스 IDTSComponentPersist Allows properties and settings for components and tasks to be saved and loaded from the package XML.
공용 인터페이스 IDTSConfigurationControl Provides a property that controls how a package loads configurations.
공용 인터페이스 IDTSDowngradableObject 인프라입니다. Represents the interface for the DTS downgradable object.
공용 인터페이스 IDTSDumpConfiguration Represents the configuration for the dumping of Data Transformation Service interface.
공용 인터페이스 IDTSEvents Defines a set of events used by the TaskHost on behalf of a task.
공용 인터페이스 IDTSExecutionMetrics Defines the metrics used to track the execution of a container.
공용 인터페이스 IDTSExecutionPath Represents the DTS execution path.
공용 인터페이스 IDTSForEachEnumerator Provides the methods and properties for the ForEachEnumerator.
공용 인터페이스 IDTSForEachEnumeratorUI Contains the members implemented by the ForEachEnumeratorUI user interface class.
공용 인터페이스 IDTSInfoEvents Defines an interface that is used to fire informational, warning, and error events.
공용 인터페이스 IDTSLogging Defines the logging options for a container.
공용 인터페이스 IDTSManagedTask Defines an interface implemented on task classes to identify the class as a managed task.
공용 인터페이스 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.
공용 인터페이스 IDTSObjectHost Defines an interface that allows components to be treated as generic host objects.
공용 인터페이스 IDTSPackageInternal 인프라입니다. Defines an interface implemented by containers that need to have the internal property.
공용 인터페이스 IDTSPackagePath Defines an interface implemented by containers that need to have the package path returned into a property.
공용 인터페이스 IDTSPersist Defines an interface that enables saving and loading data.
공용 인터페이스 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.
공용 인터페이스 IDTSPropertiesProviderEx Represents the DTS properties provider expressions.
공용 인터페이스 IDTSSequence Contains two collections used by containers.
공용 인터페이스 IDTSSuspend Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.

열거형

  열거형 설명
공용 열거형 ActionOnExistType Defines the behavior that occurs when an upgrade package has the same name as an existing Integration Services package.
공용 열거형 ConnectionManagerItemState Specifies the state of the connection manager item.
공용 열거형 DTSBreakpointHitTest Enumerates the values for the hit count types. This class works with the BreakpointTarget class.
공용 열거형 DTSCheckpointUsage Specifies values that describe if, or when, a package is restarted.
공용 열거형 DTSConfigurationType Specifies the ways that a configuration for a package can be saved.
공용 열거형 DTSConnectionManagerScope Specifies the DTS connection manager scope.
공용 열거형 DTSEventFilterKind Describes the kind of event filter that is set on logging.
공용 열거형 DTSExecResult Provides values that describe the result of a task execution.
공용 열거형 DTSExecStatus Contains values that indicate the current status of task execution or a container object at the time of the call.
공용 열거형 DTSExecutionLocation 인프라입니다. Specifies the DTS execution location.
공용 열거형 DTSFileConnectionUsageType Provides information about how a connection is used by a component client.
공용 열거형 DTSForcedExecResult Specifies the execution result of a container when the container's ForceExecutionValue is set to true.
공용 열거형 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.
공용 열거형 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.
공용 열거형 DTSObjectHostType Describes the type of container that is hosting the other task or container.
공용 열거형 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.
공용 열거형 DTSPackageInfoFlags Describes whether a package is a folder or package. It is used for setting a valid value in the Flags property.
공용 열거형 DTSPackageType Identifies the tool that created the package.
공용 열거형 DTSPipelineComponentType Classifies pipeline components by category.
공용 열거형 DTSPrecedenceEvalOp Indicates the evaluation operations that the precedence constraint uses.
공용 열거형 DTSPriorityClass Describes the priority of a thread in a class.
공용 열거형 DTSProductLevel Specifies the SQL Server product edition. 
공용 열거형 DTSPropertyKind Contains values that describe the type of property.
공용 열거형 DTSProtectionLevel Controls the handling of sensitive information in the package.
공용 열거형 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.
공용 열거형 DTSProviderType Describes the kind of provider that is stored.
공용 열거형 DTSServerParameterType Specifies the DTS server parameter type.
공용 열거형 DTSSignatureStatus Describes the status of the digital signature.
공용 열거형 DTSTransactionOption Describes transaction supportability and specifies whether a container participates in transactions.
공용 열거형 NameCheckResult Specifies the result of a name check.
공용 열거형 PackageItemState Specifies the state of a package item.
공용 열거형 Project.AccessMode Defines the constants for read-only or read/write access to a project.
공용 열거형 ProjectStorageAttributes Specifies the attributes of project storage.
공용 열거형 StorageType Defines the type of storage to which upgraded Integration Services packages will be saved.
공용 열거형 UpgradeResultStatus Defines the results of upgrading an Integration Services package.