Microsoft.SQLServer.ServerRoleSQL 角色

Microsoft.SQLServer.ServerRole (ClassType)

任意版本的任何 Microsoft SQL Server 角色(例如数据库引擎、Reporting Services)的安装

Knowledge Base article:

Summary

An installation of Microsoft SQL Server 2008, 2008 R2 or 2012 role, e.g. Database Engine, Reporting Services.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId78456a92-c741-5b2b-244d-7f57918a14f0

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.ServerRole:
InstanceName  string  实例名称 true 256  False 
Type  string  实例类型 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.ServerRole" Accessibility="Public" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Abstract="true" Singleton="false">
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="Type" Type="string"/>
</ClassType>