Microsoft.SQLServer.Core.AlwaysOnPolicy泛型 SQL Server Always On 自定义用户策略

Microsoft.SQLServer.Core.AlwaysOnPolicy (ClassType)

泛型 SQL Server Always On 自定义用户策略。

Knowledge Base article:

摘要

泛型 SQL Server Always On 自定义用户策略。

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdaf65e439-b44e-c379-08cf-f2c14155ca74

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.AlwaysOnPolicy:
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.AlwaysOnPolicy" Base="System!System.Entity" Accessibility="Public" 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>