XmlSchemaSet.CompilationSettings Proprietà
Definizione
Ottiene o imposta l'oggetto XmlSchemaCompilationSettings per XmlSchemaSet.Gets or sets the XmlSchemaCompilationSettings for the 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
Valore della proprietà
Oggetto XmlSchemaCompilationSettings per l'oggetto XmlSchemaSet.The XmlSchemaCompilationSettings for the XmlSchemaSet. Il valore predefinito è un'istanza di XmlSchemaCompilationSettings con la proprietà EnableUpaCheck impostata su true
.The default is an XmlSchemaCompilationSettings instance with the EnableUpaCheck property set to true
.
Commenti
La XmlSchemaCompilationSettings classe specifica le opzioni di convalida di attribuzione di particelle univoche (UPA) per XmlSchemaSet .The XmlSchemaCompilationSettings class specifies Unique Particle Attribution (UPA) validation options for the XmlSchemaSet. Per ulteriori informazioni sull'abilitazione dei controlli di convalida UPA, vedere la EnableUpaCheck Proprietà.For more information about enabling UPA validation checks, see the EnableUpaCheck property.