RestoreFolder Class

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.RestoreFolder

Syntax

[GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")]
public sealed class RestoreFolder
[GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")]
public ref class RestoreFolder sealed 
[<Sealed>]
[<GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")>]
type RestoreFolder = class end
<GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")>
Public NotInheritable Class RestoreFolder

Constructors

Name Description
System_CAPS_pubmethod RestoreFolder()

Initializes a new instance of the RestoreFolder class using default values.

System_CAPS_pubmethod RestoreFolder(String, String)

Initializes a new instance of RestoreFolder using a name for the original folder and the new folder.

Properties

Name Description
System_CAPS_pubproperty New

Gets or sets the location of the new folder to be created for use by a RestoreFolder element.

System_CAPS_pubproperty Original

Gets or sets the original folder associated with a RestoreFolder object.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top