Share via


DataTable.GetDataTableSchema(XmlSchemaSet) Metode

Definisi

Metode ini mengembalikan instans yang XmlSchemaSet berisi Web Services Description Language (WSDL) yang menjelaskan DataTable untuk Layanan Web.

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

Parameter

schemaSet
XmlSchemaSet

Instans XmlSchemaSet .

Mengembalikan

Instans XmlSchemaSet.

Berlaku untuk

Lihat juga