إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Defines the type of storage to which upgraded Integration Services packages will be saved.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Enumeration StorageType
'Usage
Dim instance As StorageType
public enum StorageType
public enum class StorageType
type StorageType
public enum StorageType
Members
| Member name | Description | |
|---|---|---|
| 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. |