Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Contains a cache of XML Schema definition language (XSD) schemas.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Shared Function GetTypedDataSetSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = CatalogRelationshipsDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedDataSetSchema(
XmlSchemaSet^ xs
)
public static function GetTypedDataSetSchema(
xs : XmlSchemaSet
) : XmlSchemaComplexType
Parameters
- xs
Type: System.Xml.Schema..::.XmlSchemaSet
The XML schema definition language schamas.
Return Value
Type: System.Xml.Schema..::.XmlSchemaComplexType
A XmlSchemaComplexType containing the XML schema.
Remarks
This type definition was generated by System.Data.Design.TypedDataSetSchemaImporterExtension schema importer extension.
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
CatalogRelationshipsDataSet Class