Microsoft.SQLServer.Core.AlwaysOnPolicyGenerische benutzerdefinierte Always On-Richtlinie für SQL Server

Microsoft.SQLServer.Core.AlwaysOnPolicy (ClassType)

Generische benutzerdefinierte Always On-Richtlinie für SQL Server.

Knowledge Base article:

Zusammenfassung

Generische benutzerdefinierte Always On-Richtlinie für 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 (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigenamen des Objekts false 4000  False 
Microsoft.SQLServer.Core.AlwaysOnPolicy:
PolicyName  string  Richtlinienname true 256  False 
PolicyCategory  string  Kategorie false 256  False 
Description  string  Beschreibung false 4000  False 
Condition  string  Bedingungsname false 256  False 
Facet  string  Facet false 4000  False 
HelpLink  string  Hilfelink false 2083  False 
IsEnabled  bool  Ist aktiviert 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>