Microsoft.SQLServer.AgentАгент SQL Server

Microsoft.SQLServer.Agent (ClassType)

Компонент агента SQL Server, который запускается как часть ядра СУБД Microsoft SQL Server

Knowledge Base article:

Summary

SQL Server 2008, 2008 R2 or 2012 Agent component that runs as a part of Microsoft SQL Server Database Engine. Considered obsolete in this Management Pack.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddb861194-333c-1895-22d2-1daba57184a5

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.Agent:
ServiceName  string  Имя службы true 256  False 
Account  string  Имя учетной записи false 256  False 
DisplayName  string  Имя агента false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Agent" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="ServiceName" Type="string" Key="true"/>
<Property ID="Account" Type="string"/>
<Property ID="DisplayName" Type="string"/>
</ClassType>