Skip to content

Commit 957f08f

Browse files
authored
Escaping underscore in underscore italics
1 parent 66fcce1 commit 957f08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/oledb/ole-db/schema-rowsets-distributed-query-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ manager: craigg
2929

3030
To support [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] distributed queries, the OLE DB Driver for SQL Server **IDBSchemaRowset** interface returns metadata on linked servers.
3131

32-
If the DBPROPSET_SQLSERVERSESSION property SSPROP_QUOTEDCATALOGNAMES is VARIANT_TRUE, a quoted identifier can be specified for the catalog name (for example "my.catalog"). When restricting schema rowset output by catalog, the OLE DB Driver for SQL Server recognizes a two-part name containing the linked server and catalog name. For the schema rowsets in the table below, specifying a two-part catalog name as _linked_server_**.**_catalog_ restricts output to the applicable catalog of the named linked server.
32+
If the DBPROPSET_SQLSERVERSESSION property SSPROP_QUOTEDCATALOGNAMES is VARIANT_TRUE, a quoted identifier can be specified for the catalog name (for example "my.catalog"). When restricting schema rowset output by catalog, the OLE DB Driver for SQL Server recognizes a two-part name containing the linked server and catalog name. For the schema rowsets in the table below, specifying a two-part catalog name as _linked\_server_**.**_catalog_ restricts output to the applicable catalog of the named linked server.
3333

3434
|Schema rowset|Catalog restriction|
3535
|-------------------|-------------------------|

0 commit comments

Comments
 (0)