Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the property indicating whether the destination files can be overwritten during backup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AllowOverwrite As Boolean
Get
Set
'Usage
Dim instance As BackupInfo
Dim value As Boolean
value = instance.AllowOverwrite
instance.AllowOverwrite = value
public bool AllowOverwrite { get; set; }
public:
property bool AllowOverwrite {
bool get ();
void set (bool value);
}
member AllowOverwrite : bool with get, set
function get AllowOverwrite () : boolean
function set AllowOverwrite (value : boolean)
Property Value
Type: System.Boolean
true if the destination files can be overwritten; otherwise, false.