AllowOverwrite プロパティ
RestoreInfo の AllowOverwrite を取得します。値の設定も可能です。
名前空間: 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、無効な場合は false です。