DataTable.GetDataTableSchema(XmlSchemaSet) Metoda

Definice

Tato metoda vrátí XmlSchemaSet instanci obsahující wsDL (Web Services Description Language), který popisuje DataTable pro webové služby.

public:
 static System::Xml::Schema::XmlSchemaComplexType ^ GetDataTableSchema(System::Xml::Schema::XmlSchemaSet ^ schemaSet);
public static System.Xml.Schema.XmlSchemaComplexType GetDataTableSchema (System.Xml.Schema.XmlSchemaSet? schemaSet);
public static System.Xml.Schema.XmlSchemaComplexType GetDataTableSchema (System.Xml.Schema.XmlSchemaSet schemaSet);
static member GetDataTableSchema : System.Xml.Schema.XmlSchemaSet -> System.Xml.Schema.XmlSchemaComplexType
Public Shared Function GetDataTableSchema (schemaSet As XmlSchemaSet) As XmlSchemaComplexType

Parametry

schemaSet
XmlSchemaSet

Instance XmlSchemaSet .

Návraty

Instance XmlSchemaSet.

Platí pro

Viz také