Metodo StorageInfo.NewFileStorage
Creates a new location on the file system in which the original or the upgraded packages will be stored.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Shared Function NewFileStorage As StorageInfo
'Utilizzo
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
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.StorageInfo
A StorageInfo object that specifies the file system location.