The SQL Server Agent component that runs as part of a Microsoft SQL Server Database Engine on Windows.
The SQL Server Agent component that runs as part of a Microsoft SQL Server Database Engine on Windows.
Base Class | Microsoft.SQLServer.Core.Agent |
Abstract | False |
Hosted | True |
Singleton | False |
Extension | False |
Accessibility | Public |
ElementId | dab7f972-d7ad-a907-6fdc-92160a79d369 |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive | Default Value | EnumType |
---|---|---|---|---|---|---|---|---|---|
System.Entity: | |||||||||
string | Display Name | Display name of the object. | false | 4000 | 0 | False | |||
System.ConfigItem: | |||||||||
enum | Object Status | Object status | false | 256 | 0 | System.ConfigItem.ObjectStatusEnum.Active | System.ConfigItem.ObjectStatusEnum | ||
enum | Asset Status | Asset status | false | 256 | 0 | System.ConfigItem.AssetStatusEnum | |||
richtext | Notes | Notes | false | 4000 | 0 | ||||
Microsoft.SQLServer.Windows.Agent: | |||||||||
string | Computer Name | false | 256 | 0 | False | ||||
string | Service Name | false | 256 | 0 | False | ||||
string | Account Name | false | 256 | 0 | False |
<ClassType ID="Microsoft.SQLServer.Windows.Agent" Base="SqlCoreLib!Microsoft.SQLServer.Core.Agent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="ComputerName" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="AccountName" Type="string"/>
</ClassType>