<PackageReference Include="System.Data.SqlClient" Version="4.8.0-preview2.19523.17" />

SystemDataAccessKind

public enum SystemDataAccessKind
Describes the type of access to system data for a user-defined method or function.
namespace Microsoft.SqlServer.Server { public enum SystemDataAccessKind { None, Read } }