XmlSchemaSet.CompilationSettings Właściwość

Definicja

Pobiera lub ustawia wartość XmlSchemaCompilationSettings dla parametru 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

Wartość właściwości

XmlSchemaCompilationSettings

Element XmlSchemaCompilationSettings dla .XmlSchemaSet Wartość domyślna to wystąpienie z właściwością ustawioną XmlSchemaCompilationSettings EnableUpaCheck na true.

Uwagi

Klasa XmlSchemaCompilationSettings określa opcje weryfikacji unikatowego autorstwa cząstek (UPA) dla elementu XmlSchemaSet. Aby uzyskać więcej informacji na temat włączania sprawdzania poprawności usługi UPA, zobacz EnableUpaCheck właściwość .

Dotyczy