Condividi tramite


Enumerazione StorageType

Defines the type of storage to which upgraded Integration Services packages will be saved.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Enumeration StorageType
'Utilizzo
Dim instance As StorageType
public enum StorageType
public enum class StorageType
type StorageType
public enum StorageType

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime