StorageType 枚举
Defines the type of storage to which upgraded Integration Services packages will be saved.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Enumeration StorageType
用法
Dim instance As StorageType
public enum StorageType
public enum class StorageType
type StorageType
public enum StorageType
成员
成员名称 | 说明 | |
---|---|---|
File | Specifies that upgraded packages will be saved as files on the computer system. | |
PackageStore | Specifies that upgraded packages will be saved to the package store. | |
SQL | Specifies that upgraded packages will be saved to a Microsoft SQL Server database. |