StorageInfo.RootFolder Property

Definition

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.

Applies to