Compartilhar via


Propriedade do RDL RestoreFolder.New

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property New As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The new folder location.

Consulte também

Referência

RestoreFolder Classe

Namespace Microsoft.AnalysisServices