NewFileStorage Método
Creates a new location on the file system in which the original or the upgraded packages will be stored.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Shared Function NewFileStorage As StorageInfo
'Uso
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
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .StorageInfo
A StorageInfo object that specifies the file system location.