del método DepartmentsDataSet.GetTypedDataSetSchema
Recupera el esquema XML de complexType para el DepartmentsDataSet.
Espacio de nombres: WebSvcAdmin
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Shared Function GetTypedDataSetSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Uso
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = DepartmentsDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)
Parámetros
- xs
Tipo: System.Xml.Schema.XmlSchemaSet
Valor devuelto
Tipo: System.Xml.Schema.XmlSchemaComplexType