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
C#
[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. |
上層
上層
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。