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

Microsoft.Data.SqlClient.DataClassification.Label

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