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 (CHT) Description (CHT) 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>