Bostwick.SnapManager.SnapMgrSQLJobSnapMgrSQLJobClass

Bostwick.SnapManager.SnapMgrSQLJob (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2d72c8b3-890d-d81a-4685-cd79782dc505

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Bostwick.SnapManager.SnapMgrSQLJob:
Name  string  Name Name of the SnapManager Sql Job as listed in the [msdb].[dbo].[sysjobs] true 256  False     
Enabled  bool  Enabled Boolean based on enabled property of job. false 256       
Scheduled  bool  Scheduled Boolean of schedule enabled value false 256       
ServerInstance  string  Server/Instance This is the SQL Server/Instance the job was found on. false 256  False     
Occurrence  string  Occurrence This is the Occurrence of the job. false 256  False     
Recurrence  string  Recurrence This is the recurrence of the job. false 256  False     
Frequency  string  Frequency This is the frequency of the job. false 256  False     
Verification  bool  Verification Boolean value based on the command for executing the job, if contains -ver false 256       
VerificationServer  string  Verification Server This is the server listed as the verification server in the command. false 256  False     

Health Model:

Source Code:

<ClassType ID="Bostwick.SnapManager.SnapMgrSQLJob" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="Name" Key="true" Type="string"/>
<Property ID="Enabled" Key="false" Type="bool"/>
<Property ID="Scheduled" Key="false" Type="bool"/>
<Property ID="ServerInstance" Key="false" Type="string"/>
<Property ID="Occurrence" Key="false" Type="string"/>
<Property ID="Recurrence" Key="false" Type="string"/>
<Property ID="Frequency" Key="false" Type="string"/>
<Property ID="Verification" Key="false" Type="bool"/>
<Property ID="VerificationServer" Key="false" Type="string"/>
</ClassType>