DataSet.GetDataSetSchema(XmlSchemaSet) Metodo

Definizione

Ottiene una copia di XmlSchemaSet per il DataSet.

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

Parametri

schemaSet
XmlSchemaSet

Set di schemi specificato.

Restituisce

Copia di XmlSchemaSet.

Si applica a