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 = CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedTableSchema(
XmlSchemaSet^ xs
)
public static function GetTypedTableSchema(
xs : XmlSchemaSet
) : XmlSchemaComplexType
Parameters
- xs
Type: System.Xml.Schema..::.XmlSchemaSet
Contains a cache of XML Schema definition language (XSD) schemas.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable Class
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable Members