RestoreFolder.New プロパティ

RestoreFolder 要素に使用するために作成される新しいフォルダーの場所を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property New As String 
    Get 
    Set
'使用
Dim instance As RestoreFolder 
Dim value As String 

value = instance.New

instance.New = value
public string New { get; set; }
public:
property String^ New {
    String^ get ();
    void set (String^ value);
}
member New : string with get, set
function get New () : String 
function set New (value : String)

プロパティ値

型: System.String
新しいフォルダーの場所です。

関連項目

参照

RestoreFolder クラス

Microsoft.AnalysisServices 名前空間