DriverDataSet.GetTypedDataSetSchema 方法
此成員是保留給內部使用,而不是用來直接從您的程式碼使用
命名空間: WebSvcDriver
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
'宣告
Public Shared Function GetTypedDataSetSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'用途
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = DriverDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)