PlannerSolutionDataSet.SolutionsDataTable.GetTypedTableSchema - Méthode
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Shared Function GetTypedTableSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Utilisation
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = PlannerSolutionDataSet.SolutionsDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
Paramètres
xs
Type : System.Xml.Schema.XmlSchemaSetContient le jeu de schémas XML.
Valeur renvoyée
Type : System.Xml.Schema.XmlSchemaComplexType
Cette propriété renvoie XmlSchemaComplexType.
Voir aussi
Référence
PlannerSolutionDataSet.SolutionsDataTable classe