DataTable.GetDataTableSchema(XmlSchemaSet) Méthode

Définition

Cette méthode retourne une XmlSchemaSet instance contenant le langage WSDL (Web Services Description Language) qui décrit les DataTable services 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);
static member GetDataTableSchema : System.Xml.Schema.XmlSchemaSet -> System.Xml.Schema.XmlSchemaComplexType
Public Shared Function GetDataTableSchema (schemaSet As XmlSchemaSet) As XmlSchemaComplexType

Paramètres

schemaSet
XmlSchemaSet

Instance XmlSchemaSet .

Retours

Instance XmlSchemaSet.

S’applique à

Voir aussi