RestoreFolder 建構函式 (String, String)
Initializes a new instance of RestoreFolder using a name for the original folder and the new folder.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub New ( _
originalFolder As String, _
newFolder As String _
)
'用途
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
)
參數
- originalFolder
型別:System.String
The original folder from which to copy.
- newFolder
型別:System.String
The folder to copy to.