VersionsDataSet.VersionsDataTable.GetTypedTableSchema-Methode
Gibt das complexType XML-Schema für die VersionsDataTablezurück.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Shared Function GetTypedTableSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = VersionsDataSet.VersionsDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
Parameter
xs
Typ: System.Xml.Schema.XmlSchemaSetEine angegebene XML-Schemadefinition.
Rückgabewert
Typ: System.Xml.Schema.XmlSchemaComplexType
Siehe auch
Referenz
VersionsDataSet.VersionsDataTable Klasse