Microsoft.SQLServer.2012.PolicySQL Server 2012 사용자 지정 사용자 정책

Microsoft.SQLServer.2012.Policy (ClassType)

사용자 지정 사용자 정책 개체

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc162d1b3-3c19-b116-6958-406916544260

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.SQLServer.2012.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.2012.Policy" Accessibility="Public" Base="SQL!Microsoft.SQLServer.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>