Microsoft.SQLServer.2014.PolicyНестандартная политика пользователя SQL Server 2014

Microsoft.SQLServer.2014.Policy (ClassType)

Объект пользовательской политики

Element properties:

Base ClassMicrosoft.SQLServer.2014.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddb6db3cf-b588-d1d1-1968-50fa0c220055

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.SQLServer.2014.Policy:
PolicyID  int  Идентификатор политики 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.2014.Policy" Accessibility="Public" Base="Microsoft.SQLServer.2014.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>