Skip to content

Commit a15ea51

Browse files
committed
Minor update
1 parent 2b08758 commit a15ea51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/ado-net/enable-eventsource-tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Enabling event tracing in SqlClient"
33
description: "Describes how to enable event tracing in SqlClient by implementing an event listener and how to access the event data."
4-
ms.date: "06/15/2020"
4+
ms.date: "11/23/2020"
55
dev_langs:
66
- "csharp"
77
ms.prod: sql

docs/connect/ado-net/sql/data-classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.reviewer:
2020

2121
[Data Discovery & Classification](../../../relational-databases/security/sql-data-discovery-and-classification.md) is a set of advanced services for discovering, classifying, labeling & reporting the sensitive data in your databases. SqlClient provides an API exposing read-only Data Discovery and Classification information when the underlying source supports the feature. This information is accessed through SqlDataReader.
2222

23-
Microsoft.Data.SqlClient v2.1.0 introduces support for Data Classification's `Sensitivity Rank` information. `Sensitivity Rank` is an identifier based on a predefined set of values which define sensitivity rank. It can be used by other services like Advanced Threat Protection to detect anomalies based on their rank. The following new APIs are now available in Microsoft.Data.SqlClient namespace:
23+
Microsoft.Data.SqlClient v2.1.0 introduces support for Data Classification's `Sensitivity Rank` information. `Sensitivity Rank` is an identifier based on a predefined set of values, which define sensitivity rank. It can be used by other services like Advanced Threat Protection to detect anomalies based on their rank. The following new APIs are now available in Microsoft.Data.SqlClient namespace:
2424

2525
```csharp
2626
public class SensitivityClassification

0 commit comments

Comments
 (0)