StorageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the type of storage to which upgraded Integration Services packages will be saved.
public enum class StorageType
public enum StorageType
type StorageType =
Public Enum StorageType
- Inheritance
-
StorageType
Fields
Name | Value | Description |
---|---|---|
File | 0 | Specifies that upgraded packages will be saved as files on the computer system. |
SQL | 1 | Specifies that upgraded packages will be saved to a Microsoft SQL Server database. |
PackageStore | 2 | Specifies that upgraded packages will be saved to the package store. |