DataTable.GetDataTableSchema(XmlSchemaSet) Yöntem

Tanım

Bu yöntem, Web Hizmetleri için öğesini açıklayan DataTable Web Hizmetleri Açıklama Dili'ni (WSDL) içeren bir XmlSchemaSet örneği döndürür.

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

Parametreler

schemaSet
XmlSchemaSet

Bir XmlSchemaSet örnek.

Döndürülenler

XmlSchemaComplexType

XmlSchemaSet örneği.

Şunlara uygulanır

Ayrıca bkz.