共用方式為


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.

請參閱

參考

StorageInfo 類別

Microsoft.SqlServer.Dts.Runtime 命名空間