DataTable.GetDataTableSchema(XmlSchemaSet) メソッド

定義

このメソッドは、Web サービスの XmlSchemaSet を記述する Web サービス記述言語 (WSDL) を含む DataTable インスタンスを返します。

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 のインスタンスです。

適用対象

こちらもご覧ください