DataTable.GetDataTableSchema(XmlSchemaSet) 方法

定義

此方法回傳 XmlSchemaSet 一個包含網路服務描述語言(WSDL)的實例,該語言描述 DataTable 了 for Web Services。

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

參數

schemaSet
XmlSchemaSet

一個 XmlSchemaSet 例子。

傳回

XmlSchemaSet 執行個體。

適用於

另請參閱