Skip to content

Commit 3a04951

Browse files
authored
Merge pull request #15068 from MightyPen/synsql-16c
Metadata TITLE Dup bug 1611957 in AzBoards, fixed within SQL 2016+ (2014 dup remains, okay?).
2 parents b616704 + 3eb7630 commit 3a04951

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

docs/connect/oledb/ole-db-driver/about-ole-db-properties.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: "About OLE DB Properties | Microsoft Docs"
2+
title: "About OLE DB connection properties | Microsoft Docs"
33
description: "About OLE DB properties"
44
ms.custom: ""
5-
ms.date: "06/14/2018"
5+
ms.date: "05/20/2020"
66
ms.prod: sql
7-
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
87
ms.reviewer: ""
98
ms.technology: connectivity
109
ms.topic: "reference"
@@ -21,6 +20,29 @@ ms.author: pelopes
2120

2221
[!INCLUDE[Driver_OLEDB_Download](../../../includes/driver_oledb_download.md)]
2322

23+
<!--
24+
NOTE , GeneMi , 2020/May/20:
25+
This SQL 2016+ article is a nearly exact duplicate of another SQL 2016+ article.
26+
This article resides under docs/connect/oledb/ole-db-driver/.
27+
28+
The other article resides under docs/relational-databases/native-client-ole-db-provider/.
29+
And, the other article has a SQL 2014 counterpart having its same GitHub directory path and filename, to support SQL 2014 OPS Versioning with SQL 2016+.
30+
31+
This path-file name is:
32+
'\sql-docs-pr\docs\connect\oledb\ole-db-driver\about-ole-db-properties.md'.
33+
34+
The other path-file is named:
35+
'\sql-docs-pr\docs\relational-databases\native-client-ole-db-provider\about-ole-db-properties.md'.
36+
37+
Therefore, maybe this docs/connect/oledb/... file should be deleted?
38+
39+
1611957: This NOTE relates to SEO content bug 1611957 about metadata 'title:' value duplication:
40+
https://mseng.visualstudio.com/TechnicalContent/_workitems/edit/1611957
41+
42+
PR 15068: This HTML comment is being added by PR...
43+
https://github.com/MicrosoftDocs/sql-docs-pr/pull/15068
44+
-->
45+
2446
Consumers set property values to request specific object behavior. For example, consumers use properties to specify the interfaces to be exposed by a rowset. Consumers get the property values to determine the capabilities of an object, such as a rowset, a session, or a data source object.
2547

2648
Each property has a value, type, description, and read/write attribute, and for rowset properties, an indicator of whether it can be applied on a column-by-column basis.

0 commit comments

Comments
 (0)