Propriété New
Gets or sets the location of the new folder to be created for use by a RestoreFolder element.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property New As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
The new folder location.