Condividi tramite


Proprietà New

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

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property New As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .String
The new folder location.