ADO and SQL Server
Mapping Schema Property
The Mapping Schema property specifies a file name or URL that points to the mapping schema used by the provider to translate an XPath command.
Applies To
Command Object |
Syntax
object.Properties("MappingSchema") [= value]
Parts
object
Expression that evaluates to an object in the Applies To list.
value
String that specifies a file name or URL.
Data Type
adBSTR
Modifiable
Read/write
OLE DB Property
SSPROP_STREAM_MAPPINGSCHEMA
Remarks
Relative paths are resolved by the Base Path property. If the Base Path property is not set, the relative path defaults to the current directory.
Mapping Schema is ignored for SQL statements and XML template queries.