Class SecuritySchema.SecurableClass
- Namespace
- LinqToDB.Tools.DataProvider.SqlServer.Schemas
- Assembly
- linq2db.Tools.dll
sys.securable_classes (Transact-SQL)
Applies to: √ SQL Server (all supported versions) √ Azure SQL Database √ Azure SQL Managed Instance √ Azure Synapse Analytics √ Analytics Platform System (PDW)
Returns a list of securable classes
[Table(Schema = "sys", Name = "securable_classes", IsView = true)]
public class SecuritySchema.SecurableClass
- Inheritance
-
SecuritySchema.SecurableClass
- Extension Methods
Properties
Class
Numerical designation of the class.
[Column("class")]
[Nullable]
public int? Class { get; set; }
Property Value
- int?
ClassDesc
Name of the class.
[Column("class_desc")]
[Nullable]
public string? ClassDesc { get; set; }