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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。