SqlGuid.GetXsdType(XmlSchemaSet) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 XmlSchemaSet 的 XML 架构定义语言 (XSD)。
public:
static System::Xml::XmlQualifiedName ^ GetXsdType(System::Xml::Schema::XmlSchemaSet ^ schemaSet);
public static System.Xml.XmlQualifiedName GetXsdType (System.Xml.Schema.XmlSchemaSet schemaSet);
static member GetXsdType : System.Xml.Schema.XmlSchemaSet -> System.Xml.XmlQualifiedName
Public Shared Function GetXsdType (schemaSet As XmlSchemaSet) As XmlQualifiedName
参数
- schemaSet
- XmlSchemaSet
一个 XmlSchemaSet。
返回
指示指定的 XmlSchemaSet 的 XSD 的 string
值。