del método ProjectDataSet.TaskCustomFieldsDataTable.GetTypedTableSchema
Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: WebSvcProject
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 = ProjectDataSet.TaskCustomFieldsDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
Parámetros
xs
Tipo: System.Xml.Schema.XmlSchemaSetObtiene el conjunto de esquemas xml.
Valor devuelto
Tipo: System.Xml.Schema.XmlSchemaComplexType
Vea también
Referencia
clase ProjectDataSet.TaskCustomFieldsDataTable