XmlSchemaSet.CompilationSettings Eigenschaft

Definition

Ruft die XmlSchemaCompilationSettings für den XmlSchemaSet ab oder legt diese fest.

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

Eigenschaftswert

XmlSchemaCompilationSettings

Der XmlSchemaCompilationSettings für den XmlSchemaSet. Der Standardwert ist eine XmlSchemaCompilationSettings-Instanz, deren EnableUpaCheck-Eigenschaft auf true festgelegt ist.

Hinweise

Die XmlSchemaCompilationSettings Klasse gibt die Gültigkeitsprüfungsoptionen für unique Particle Attribution (UPA) für die XmlSchemaSet. Weitere Informationen zum Aktivieren von UPA-Überprüfungen finden Sie in der EnableUpaCheck Eigenschaft.

Gilt für