Поделиться через


Свойство RestoreFolder.New

Gets or sets the location of the new folder to be created for use by a RestoreFolder element.

Пространство имен:  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
The new folder location.

См. также

Справочник

RestoreFolder Класс

Пространство имен Microsoft.AnalysisServices