Microsoft.SQLServer.Core.AlwaysOnPolicyОбщая пользовательская политика Always On SQL Server

Microsoft.SQLServer.Core.AlwaysOnPolicy (ClassType)

Общая пользовательская политика Always On SQL Server.

Knowledge Base article:

Сводка

Общая пользовательская политика Always On SQL Server.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) 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  Аспект false 4000  False 
HelpLink  string  Ссылка на Справку false 2083  False 
IsEnabled  bool  Is Enabled 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>