Share via


RestoreFolder 类

Restores an original folder to a new folder. This class cannot be inherited.

继承层次结构

System. . :: . .Object
  Microsoft.AnalysisServices..::..RestoreFolder

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")> _
Public NotInheritable Class RestoreFolder
用法
Dim instance As RestoreFolder
[GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")]
public sealed class RestoreFolder
[GuidAttribute(L"F12A463D-AC10-4a56-8FB7-2F4498EA24F3")]
public ref class RestoreFolder sealed
[<SealedAttribute>]
[<GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")>]
type RestoreFolder =  class end
public final class RestoreFolder

RestoreFolder 类型公开以下成员。

构造函数

  名称 说明
公共方法 RestoreFolder() () () () Initializes a new instance of the RestoreFolder class using default values.
公共方法 RestoreFolder(String, String) Initializes a new instance of RestoreFolder using a name for the original folder and the new folder.

页首

属性

  名称 说明
公共属性 New Gets or sets the location of the new folder to be created for use by a RestoreFolder element.
公共属性 Original Gets or sets the original folder associated with a RestoreFolder object.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。