Compartilhar via


ProjectDataSet.GetTypedDataSetSchema method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Shared Function GetTypedDataSetSchema ( _
    xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Uso
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType

returnValue = ProjectDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
    XmlSchemaSet xs
)

Parâmetros

Valor retornado

Type: System.Xml.Schema.XmlSchemaComplexType

Ver também

Referência

ProjectDataSet class

ProjectDataSet members

WebSvcProject namespace