<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />

Microsoft.Data.SqlClient.DataClassification.Label

public class Label
Represents the Data Classification Labels as received from SQL Server for the active InformationType
namespace Microsoft.Data.SqlClient.DataClassification { public class Label { public string Id { get; } public string Name { get; } public Label(string name, string id); } }