Поделиться через


Свойство BackupInfo.AllowOverwrite

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property AllowOverwrite As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

BackupInfo Класс

Пространство имен Microsoft.AnalysisServices