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 類別