Share via


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 네임스페이스