Construtor RestoreFolder (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 (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
originalFolder As String, _
newFolder As String _
)
'Uso
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
)
Parâmetros
- originalFolder
Tipo: System.String
The original folder from which to copy.
- newFolder
Tipo: System.String
The folder to copy to.