Свойство RestoreInfo.AllowOverwrite
Gets or sets the AllowOverwrite aspect of RestoreInfo.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property AllowOverwrite As Boolean
Get
Set
'Применение
Dim instance As RestoreInfo
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 overwrite is allowed; otherise, false.