RestoreFolder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
RestoreFolder()
Initializes a new instance of the RestoreFolder class using default values.
public RestoreFolder ();
Public Sub New ()
Applies to
RestoreFolder(String, String)
Initializes a new instance of RestoreFolder using a name for the original folder and the new folder.
public RestoreFolder (string originalFolder, string newFolder);
new Microsoft.AnalysisServices.RestoreFolder : string * string -> Microsoft.AnalysisServices.RestoreFolder
Public Sub New (originalFolder As String, newFolder As String)
Parameters
- originalFolder
- String
The original folder from which to copy.
- newFolder
- String
The folder to copy to.