RestoreFolder Class
Applies To: SQL Server (starting with 2016)
Restores an original folder to a new folder. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

