Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the AllowOverwrite aspect of RestoreInfo.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AllowOverwrite As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if overwrite is allowed; otherise, false.