Microsoft.SQLServer.2014.PolicySQL Server 2014 カスタム ユーザー ポリシー

Microsoft.SQLServer.2014.Policy (ClassType)

カスタム ユーザー ポリシー オブジェクト

Element properties:

Base ClassMicrosoft.SQLServer.2014.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb0bedcdd-e6c6-cb71-3f06-3a096d439a09

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SQLServer.2014.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.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>