StorageInfo.RootFolder Property
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.
Gets or sets the path for the folder that contains the subfolder to which Integration Services will back up the original packages before upgrading them.
public:
property System::String ^ RootFolder { System::String ^ get(); void set(System::String ^ value); };
public string RootFolder { get; set; }
member this.RootFolder : string with get, set
Public Property RootFolder As String
Property Value
The path for the folder to which original packages will be backed up.
Remarks
The BackupOldPackages property specifies whether Integration Services will back up the original packages.