StorageInfo.RootFolder Property
Gets or sets the path for the folder that contains the subfolder to which Integration Services will back up the original Integration Services packages before upgrading them.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public Property RootFolder As String
public string RootFolder { get; set; }
public:
property String^ RootFolder {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_RootFolder ()
/** @property */
public void set_RootFolder (String value)
public function get RootFolder () : String
public function set RootFolder (value : 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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.