del método DepartmentsDataSet.DepartmentsDataTable.GetTypedTableSchema
Devuelve el esquema XML de complexType para el DepartmentsDataTable.
Espacio de nombres: WebSvcAdmin
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Shared Function GetTypedTableSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Uso
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = DepartmentsDataSet.DepartmentsDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
Parámetros
xs
Tipo: System.Xml.Schema.XmlSchemaSetUna definición de esquema XML especificada.
Valor devuelto
Tipo: System.Xml.Schema.XmlSchemaComplexType
Vea también
Referencia
clase DepartmentsDataSet.DepartmentsDataTable