다음을 통해 공유


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 네임스페이스