Microsoft.SQLServer.Core.PolicyMSSQL: 泛型自定义用户策略

Microsoft.SQLServer.Core.Policy (ClassType)

所有版本的 SQL Server 自定义用户策略对象的公共属性的基本集合。

Knowledge Base article:

摘要

所有版本的 SQL Server 自定义用户策略对象的公共属性的基本集合。

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False 
Microsoft.SQLServer.Core.Policy:
PolicyName  string  策略名称 true 256  False 
PolicyCategory  string  类别 false 256  False 
Description  string  说明 false 4000  False 
Condition  string  条件名称 false 256  False 
Facet  string  Facet false 4000  False 
HelpLink  string  帮助链接 false 2083  False 
IsEnabled  bool  已启用 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>