Skip to content

Commit f2c2b63

Browse files
authored
Update pdostatement-getcolumnmeta.md
1 parent 5620eda commit f2c2b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/php/pdostatement-getcolumnmeta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ print $metadata['name'];
6666

6767
## Sensitivity Data Classification Metadata
6868

69-
Beginning with version 5.8.0, a new statement attribute `PDO::SQLSRV_ATTR_DATA_CLASSIFICATION` is available for users to access the [sensitivity data classification metadata](../../relational-databases/security/sql-data-discovery-and-classification.md?tabs=t-sql#subheading-4) in Microsoft SQL Server 2019 using `PDOStatement::getColumnMeta`, which requires Microsoft ODBC Driver 17.4.2 or above.
69+
Beginning with version 5.8.0, a new statement attribute `PDO::SQLSRV_ATTR_DATA_CLASSIFICATION` is available for users to access the [sensitivity data classification metadata](../../relational-databases/security/sql-data-discovery-and-classification.md) in Microsoft SQL Server 2019 using `PDOStatement::getColumnMeta`, which requires Microsoft ODBC Driver 17.4.2 or above.
7070

7171
Note the attribute `PDO::SQLSRV_ATTR_DATA_CLASSIFICATION` is `false` by default, but when set to `true`, the aforementioned array field, `flags`, will be populated with the sensitivity data classification metadata, if it exists.
7272

0 commit comments

Comments
 (0)