RestoreFolder Constructor (String, String)
Initializes a new instance of RestoreFolder using a name for the original folder and the new folder.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
originalFolder As String, _
newFolder As String _
)
'Usage
Dim originalFolder As String
Dim newFolder As String
Dim instance As New RestoreFolder(originalFolder, _
newFolder)
public RestoreFolder(
string originalFolder,
string newFolder
)
public:
RestoreFolder(
String^ originalFolder,
String^ newFolder
)
new :
originalFolder:string *
newFolder:string -> RestoreFolder
public function RestoreFolder(
originalFolder : String,
newFolder : String
)
Parameters
- originalFolder
Type: System.String
The original folder from which to copy.
- newFolder
Type: System.String
The folder to copy to.