Share via


GetTypedTableSchema Method

The returned XmlSchemaComplexType represents the complexType element from XML Schema as specified by the World Wide Web Consortium.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Shared Function GetTypedTableSchema ( _
    xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType

returnValue = CatalogPricingRulesDataSet..::.PricingRulesDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
    XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedTableSchema(
    XmlSchemaSet^ xs
)
public static function GetTypedTableSchema(
    xs : XmlSchemaSet
) : XmlSchemaComplexType

Parameters

Return Value

Type: System.Xml.Schema..::.XmlSchemaComplexType
A XmlSchemaComplexType.

Remarks

The returned XmlSchemaComplexType represents the complexType element from XML Schema as specified by the World Wide Web Consortium (W3C)https://go.microsoft.com/fwlink/?LinkId=49454. This class defines a complex type that determines the set of attributes and content of an element.

Permissions

See Also

Reference

CatalogPricingRulesDataSet..::.PricingRulesDataTable Class

CatalogPricingRulesDataSet..::.PricingRulesDataTable Members

Microsoft.CommerceServer.Catalog Namespace