Compartir a través de


BackupInfo.AllowOverwrite Propiedad

Gets or sets the property indicating whether the destination files can be overwritten during backup.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property AllowOverwrite As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
true if the destination files can be overwritten; otherwise, false.

Vea también

Referencia

BackupInfo Clase

Espacio de nombres Microsoft.AnalysisServices