RestoreFolder.New-Eigenschaft
Gets or sets the location of the new folder to be created for use by a RestoreFolder element.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property New As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
The new folder location.