共用方式為


RootFolder 屬性

取得或設定資料夾的路徑,包含 Integration Services 在升級原始 Integration Services 封裝前會在其中備份 Integration Services 封裝的子資料夾。

命名空間:  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
備份原始封裝所在的資料夾路徑。

備註

BackupOldPackages 屬性會指定 Integration Services 是否備份原始封裝。