StorageInfo.NewFileStorage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new location on the file system in which the original or the upgraded Integration Services packages will be stored.
public:
static Microsoft::SqlServer::Dts::Runtime::StorageInfo ^ NewFileStorage();
public static Microsoft.SqlServer.Dts.Runtime.StorageInfo NewFileStorage ();
static member NewFileStorage : unit -> Microsoft.SqlServer.Dts.Runtime.StorageInfo
Public Shared Function NewFileStorage () As StorageInfo
Returns
A StorageInfo object that specifies the file system location.