Partager via


Propriété StorageInfo.RootFolder

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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property RootFolder As String 
    Get 
    Set
'Utilisation
Dim instance As StorageInfo 
Dim value As String 

value = instance.RootFolder

instance.RootFolder = value
public string RootFolder { get; set; }
public:
property String^ RootFolder {
    String^ get ();
    void set (String^ value);
}
member RootFolder : string with get, set
function get RootFolder () : String 
function set RootFolder (value : String)

Valeur de propriété

Type : System.String
The path for the folder to which original packages will be backed up.

Notes

The BackupOldPackages property specifies whether Integration Services will back up the original packages.

Voir aussi

Référence

StorageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime