Microsoft.SQLServer.AgentSQL Agent

Microsoft.SQLServer.Agent (ClassType)

O componente SQL Server Agent que é executado como parte de um Mecanismo de Banco de Dados do Microsoft SQL Server

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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SQLServer.Agent:
ServiceName  string  Nome do Serviço true 256  False 
Account  string  Nome da Conta false 256  False 
DisplayName  string  Nome do Agente 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>