FileRecoveryProperties.DataExtractLoad プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ抽出の読み込み
スキーマ内の次の属性を表します: dataExtractLoad
[DocumentFormat.OpenXml.SchemaAttr(0, "dataExtractLoad")]
public DocumentFormat.OpenXml.BooleanValue DataExtractLoad { get; set; }
public DocumentFormat.OpenXml.BooleanValue DataExtractLoad { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "dataExtractLoad")]
public DocumentFormat.OpenXml.BooleanValue? DataExtractLoad { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("dataExtractLoad")]
public DocumentFormat.OpenXml.BooleanValue? DataExtractLoad { get; set; }
public DocumentFormat.OpenXml.BooleanValue? DataExtractLoad { get; set; }
member this.DataExtractLoad : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "dataExtractLoad")>]
member this.DataExtractLoad : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("dataExtractLoad")>]
member this.DataExtractLoad : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property DataExtractLoad As BooleanValue
プロパティ値
BooleanValue を返します。
- 属性
注釈
ECMA International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。
アプリケーションがデータ復旧のためにブックを最後に開いたかどうかを示すブール値を指定します。
on
、1
、または true
の値は、データ復旧のためにブックが最後に開かれたかどうかを示します。
off
、0
、または false
の値は、データ復旧のために最後に開かれていたわけではないを示します。
この属性の既定値は true
です。
この属性に使用できる値は、XML スキーマ boolean
データ型によって定義されます。