Initializes a new instance of RestoreFolder using a name for the original folder and the new folder.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
语法
声明
Public Sub New ( _
originalFolder As String, _
newFolder As String _
)
public RestoreFolder (
string originalFolder,
string newFolder
)
public:
RestoreFolder (
String^ originalFolder,
String^ newFolder
)
public RestoreFolder (
String originalFolder,
String newFolder
)
public function RestoreFolder (
originalFolder : String,
newFolder : String
)
参数
- originalFolder
The original folder from which to copy.
- newFolder
The folder to copy to.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
RestoreFolder Class
RestoreFolder Members
Microsoft.AnalysisServices Namespace