StorageInfo.NewFileStorage Method

Definition

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.

Applies to