Свойство 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.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Property RootFolder As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
The path for the folder to which original packages will be backed up.
Замечания
The BackupOldPackages property specifies whether Службы Integration Services will back up the original packages.