EventHandlersDataSet.EventHandlersDataTable.GetTypedTableSchema 方法
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: WebSvcEvents
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Shared Function GetTypedTableSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
用法
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = EventHandlersDataSet.EventHandlersDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
参数
xs
类型:System.Xml.Schema.XmlSchemaSet指定的 XML 架构定义。
返回值
类型:System.Xml.Schema.XmlSchemaComplexType
架构类型。
另请参阅
引用
EventHandlersDataSet.EventHandlersDataTable 类