Microsoft.SQLServer.Core.PolicyMSSQL: Generic Custom User Policy

Microsoft.SQLServer.Core.Policy (ClassType)

Basic collection of common properties for all versions of SQL Server Custom User Policy objects.

Knowledge Base article:

Summary

Basic collection of common properties for all versions of SQL Server Custom User Policy objects.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba1f064b-6b52-1750-7da5-fb75e3ad57d9

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SQLServer.Core.Policy:
PolicyName  string  Policy Name true 256  False 
PolicyCategory  string  Category false 256  False 
Description  string  Description false 4000  False 
Condition  string  Condition Name false 256  False 
Facet  string  Facet false 4000  False 
HelpLink  string  Help Link false 2083  False 
IsEnabled  bool  Is Enabled false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.Policy" Accessibility="Public" Base="System!System.Entity" Hosted="false" Abstract="true" Singleton="false">
<Property ID="PolicyName" Type="string" Key="true"/>
<Property ID="PolicyCategory" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false" MaxLength="4000"/>
<Property ID="Condition" Type="string" Key="false"/>
<Property ID="Facet" Type="string" Key="false" MaxLength="4000"/>
<Property ID="HelpLink" Type="string" Key="false" MaxLength="2083"/>
<Property ID="IsEnabled" Type="bool" Key="false"/>
</ClassType>