DataTable.GetSchema Metoda

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz GetSchema().

protected:
 virtual System::Xml::Schema::XmlSchema ^ GetSchema();
protected virtual System.Xml.Schema.XmlSchema? GetSchema ();
protected virtual System.Xml.Schema.XmlSchema GetSchema ();
abstract member GetSchema : unit -> System.Xml.Schema.XmlSchema
override this.GetSchema : unit -> System.Xml.Schema.XmlSchema
Protected Overridable Function GetSchema () As XmlSchema

Zwraca

Element XmlSchema opisujący reprezentację XML obiektu, który jest generowany przez WriteXml(XmlWriter) metodę i używany przez metodę ReadXml(XmlReader) .

Dotyczy