Partager via


Méthode StorageInfo.NewFileStorage

Creates a new location on the file system in which the original or the upgraded packages will be stored.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Shared Function NewFileStorage As StorageInfo
'Utilisation
Dim returnValue As StorageInfo 

returnValue = StorageInfo.NewFileStorage()
public static StorageInfo NewFileStorage()
public:
static StorageInfo^ NewFileStorage()
static member NewFileStorage : unit -> StorageInfo
public static function NewFileStorage() : StorageInfo

Valeur de retour

Type : Microsoft.SqlServer.Dts.Runtime.StorageInfo
A StorageInfo object that specifies the file system location.

Voir aussi

Référence

StorageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime