DataTable.GetDataTableSchema(XmlSchemaSet) Método

Definição

Esse método retorna uma XmlSchemaSet instância que contém a Linguagem de Descrição dos Serviços Web (WSDL) que descreve o DataTable para Serviços 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

Parâmetros

schemaSet
XmlSchemaSet

Uma XmlSchemaSet instância.

Retornos

A instância XmlSchemaSet.

Aplica-se a

Confira também