XmlSchemaSet.CompilationSettings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 XmlSchemaCompilationSettings 的 XmlSchemaSet。
public:
property System::Xml::Schema::XmlSchemaCompilationSettings ^ CompilationSettings { System::Xml::Schema::XmlSchemaCompilationSettings ^ get(); void set(System::Xml::Schema::XmlSchemaCompilationSettings ^ value); };
public System.Xml.Schema.XmlSchemaCompilationSettings CompilationSettings { get; set; }
member this.CompilationSettings : System.Xml.Schema.XmlSchemaCompilationSettings with get, set
Public Property CompilationSettings As XmlSchemaCompilationSettings
屬性值
XmlSchemaCompilationSettings 的 XmlSchemaSet。 預設為將 XmlSchemaCompilationSettings 屬性設為 true
的 EnableUpaCheck 執行個體。
備註
類別 XmlSchemaCompilationSettings 會指定 唯一物件屬性 (UPA) 驗證選項 XmlSchemaSet 。 如需啟用 UPA 驗證檢查的詳細資訊,請參閱 EnableUpaCheck 屬性。