Propriété AllowOverwrite

Gets or sets the AllowOverwrite aspect of RestoreInfo.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property AllowOverwrite As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
true if overwrite is allowed; otherise, false.