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.

请参阅

参考

RestoreInfo 类

Microsoft.AnalysisServices 命名空间