Microsoft.SQLServer.2016.AlwaysOn.PolicyMSSQL 2016: Always On 自定义用户策略

Microsoft.SQLServer.2016.AlwaysOn.Policy (ClassType)

自定义用户策略对象

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf21c4106-6018-3f63-408b-ad3bb71ecef9

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SQLServer.2016.AlwaysOn.Policy:
PolicyID  int  策略 ID true 256   
PolicyName  string  策略名称 false 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  已启用 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.AlwaysOn.Policy" Accessibility="Public" Base="MicrosoftSQLServer2016Discovery!Microsoft.SQLServer.2016.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="PolicyID" Type="int" Key="true"/>
<Property ID="PolicyName" Type="string" Key="false"/>
<Property ID="PolicyCategory" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false" Length="4000"/>
<Property ID="Condition" Type="string" Key="false"/>
<Property ID="Facet" Type="string" Key="false" Length="4000"/>
<Property ID="HelpLink" Type="string" Key="false" Length="2083"/>
<Property ID="IsEnabled" Type="bool" Key="false"/>
</ClassType>