ProjectRelationsDataSet.GetTypedDataSetSchema método
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcProject
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Shared Function GetTypedDataSetSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Uso
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = ProjectRelationsDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)
Parâmetros
xs
Tipo: System.Xml.Schema.XmlSchemaSetContém o conjunto de esquema xml.
Valor retornado
Tipo: System.Xml.Schema.XmlSchemaComplexType
Ver também
Referência
ProjectRelationsDataSet classe