RestoreFolder コンストラクター (String, String)

元のフォルダーの名前と新しいフォルダーの名前を使用して、RestoreFolder の新しいインスタンスを初期化します。

名前空間:  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
    コピー元のフォルダーです。
  • newFolder
    型: System.String
    コピー先のフォルダーです。

関連項目

参照

RestoreFolder クラス

RestoreFolder オーバーロード

Microsoft.AnalysisServices 名前空間