Freigeben über


Job-Member

The Job class represents a Microsoft SQL Server Agent job.

Der Job-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Job() () () () Initializes a new instance of the Job class.
Öffentliche Methode Job(JobServer, String) Initializes a new instance of the Job class on the specified instance of Microsoft SQL Server Agent and with the specified name.
Öffentliche Methode Job(JobServer, String, Int32) Initializes a new instance of the Job class on the specified instance of SQL Server Agent and with the specified name and category

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddDatabaseContext (Geerbt von SqlSmoObject.)
Öffentliche Methode AddSharedSchedule Adds a shared schedule to the Microsoft SQL Server Agent job.
Öffentliche Methode Alter Updates any Job object property changes on an instance of Microsoft SQL Server. 
Geschützte Methode AlterImpl (Geerbt von SqlSmoObject.)
Geschützte Methode AlterImplFinish (Geerbt von SqlSmoObject.)
Geschützte Methode AlterImplInit (Geerbt von SqlSmoObject.)
Geschützte Methode AlterImplWorker (Geerbt von SqlSmoObject.)
Öffentliche Methode ApplyToTargetServer Adds a server to the list of target servers maintained for the referenced Microsoft SQL Server Agent job.
Öffentliche Methode ApplyToTargetServerGroup Adds one or more servers to the list of target servers maintained for the referenced Microsoft SQL Server Agent job.
Geschützte Methode BindDefaultImpl (Geerbt von SqlSmoObject.)
Geschützte Methode BindRuleImpl (Geerbt von SqlSmoObject.)
Geschützte Methode CheckCollation (Geerbt von SqlSmoObject.)
Geschützte Methode CheckObjectState() () () () Validates the state of the referenced object. (Geerbt von SqlSmoObject.)
Geschützte Methode CheckObjectState(Boolean) Validates the state of the referenced object with the option to specify that an exception is thrown if the object is not yet created. (Geerbt von SqlSmoObject.)
Geschützte Methode CheckObjectStateImpl (Geerbt von SqlSmoObject.)
Geschützte Methode CheckVersion100 (Geerbt von SqlSmoObject.)
Geschützte Methode CheckVersion80 Checks the validity of the object on SQL Server 2000. (Geerbt von SqlSmoObject.)
Geschützte Methode CheckVersion80SP3 Checks the validity of the object on SQL Server 2000 SP3. (Geerbt von SqlSmoObject.)
Geschützte Methode CheckVersion90 Check the validity of the object on SQL Server 2005. (Geerbt von SqlSmoObject.)
Geschützte Methode CheckVersionBelow90 (Geerbt von SqlSmoObject.)
Geschützte Methode CleanObject (Geerbt von SqlSmoObject.)
Öffentliche Methode Create Creates a job on the instance of Microsoft SQL Server as defined by the Job object.
Geschützte Methode CreateImpl (Geerbt von SqlSmoObject.)
Geschützte Methode CreateImplFinish (Geerbt von SqlSmoObject.)
Geschützte Methode CreateImplInit (Geerbt von SqlSmoObject.)
Öffentliche Methode DeleteJobStepLogs(DateTime) Deletes job step log files that are older than the specified date.
Öffentliche Methode DeleteJobStepLogs(Int32) Deletes job step log files that are larger that the specified log ID number.
Öffentliche Methode Discover (Geerbt von SqlSmoObject.)
Öffentliche Methode Drop() () () () Removes an existing job.
Öffentliche Methode Drop(Boolean) Removes an existing job.
Geschützte Methode DropImpl (Geerbt von SqlSmoObject.)
Geschützte Methode DropImplWorker (Geerbt von SqlSmoObject.)
Öffentliche Methode EnumAlerts Enumerates a list of Agent alerts that cause automated execution of the referenced job.
Öffentliche Methode EnumHistory() () () () Enumerates a list of execution history associated with the referenced job.
Öffentliche Methode EnumHistory(JobHistoryFilter) Enumerates a list of execution history associated with the referenced job.
Öffentliche Methode EnumJobStepLogs() () () () Enumerates a list of job step log files for the referenced job.
Öffentliche Methode EnumJobStepLogs(Int32) Enumerates a list of job step log files for the job step with the specified ID value.
Öffentliche Methode EnumJobStepLogs(String) Enumerates a list of job step log files for the job step with the specified name.
Öffentliche Methode EnumJobStepsByID Returns an array of JobStep objects that belong to the referenced job and that are ordered by ID value.
Geschützte Methode EnumScriptImpl (Geerbt von SqlSmoObject.)
Geschützte Methode EnumScriptImplWorker (Geerbt von SqlSmoObject.)
Öffentliche Methode EnumTargetServers Enumerates a list of execution target servers that have been assigned to the referenced job.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode FormatSqlVariant (Geerbt von SqlSmoObject.)
Geschützte Methode GenerateDataSpaceFileStreamScript (Geerbt von SqlSmoObject.)
Geschützte Methode GenerateDataSpaceScript (Geerbt von SqlSmoObject.)
Geschützte Methode GetBindDefaultScript (Geerbt von SqlSmoObject.)
Geschützte Methode GetBindRuleScript (Geerbt von SqlSmoObject.)
Geschützte Methode GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Geerbt von SqlSmoObject.)
Geschützte Methode GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Geerbt von SqlSmoObject.)
Geschützte Methode GetDateTimeParameter (Geerbt von SqlSmoObject.)
Geschützte Methode GetDateTimeParameterAsInt (Geerbt von SqlSmoObject.)
Geschützte Methode GetDBName Gets the database name that is associated with the object. (Geerbt von AgentObjectBase.)
Geschützte Methode GetEnumParameter (Geerbt von SqlSmoObject.)
Geschützte Methode GetFragOptionString (Geerbt von SqlSmoObject.)
Geschützte Methode GetGuidParameter (Geerbt von SqlSmoObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Geerbt von SqlSmoObject.)
Geschützte Methode GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Geerbt von SqlSmoObject.)
Geschützte Methode GetPropValue (Geerbt von SqlSmoObject.)
Geschützte Methode GetPropValueOptional (Geerbt von SqlSmoObject.)
Geschützte Methode GetPropValueOptionalAllowNull (Geerbt von SqlSmoObject.)
Geschützte Methode GetRealValue (Geerbt von SqlSmoObject.)
Geschützte Methode GetScriptingOptionsForCreate (Geerbt von SqlSmoObject.)
Geschützte Methode GetServerName Gets the name of the instance of SQL Server with which the object is associated. (Geerbt von SqlSmoObject.)
Geschützte Methode GetServerObject (Geerbt von SqlSmoObject.)
Geschützte Methode GetSqlServerVersionName Gets the version name of the instance of SQL Server with which the object is associated. (Geerbt von SqlSmoObject.)
Geschützte Methode GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Geerbt von SqlSmoObject.)
Geschützte Methode GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Geerbt von SqlSmoObject.)
Geschützte Methode GetTimeSpanParameterAsInt (Geerbt von SqlSmoObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode GetUrnRecursive(StringBuilder) (Geerbt von SqlSmoObject.)
Geschützte Methode GetUrnRecursive(StringBuilder, UrnIdOption) (Geerbt von SqlSmoObject.)
Geschützte Methode ImplInitialize (Geerbt von SqlSmoObject.)
Öffentliche Methode Initialize() () () () Initializes the object and forces the properties be loaded. (Geerbt von SqlSmoObject.)
Öffentliche Methode Initialize(Boolean) Initializes the object and forces the properties be loaded. (Geerbt von SqlSmoObject.)
Öffentliche Methode Invoke Runs the job.
Geschützte Methode IsObjectDirty Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server. (Geerbt von SqlSmoObject.)
Geschützte Methode IsObjectInitialized Verifies whether the object has been initialized. (Geerbt von SqlSmoObject.)
Geschützte Methode IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (Geerbt von SqlSmoObject.)
Geschützte Methode IsVersion80SP3 (Geerbt von SqlSmoObject.)
Geschützte Methode MarkDropped (Geerbt von SqlSmoObject.)
Geschützte Methode MarkForDropImpl (Geerbt von SqlSmoObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode PostAlter (Geerbt von SqlSmoObject.)
Geschützte Methode PostCreate (Geerbt von SqlSmoObject.)
Geschützte Methode PostDrop (Geerbt von SqlSmoObject.)
Öffentliche Methode PurgeHistory Removes system records maintaining execution history for the referenced job.
Öffentliche Methode Refresh Refreshes the object and retrieves properties when the object is next accessed. (Geerbt von SqlSmoObject.)
Öffentliche Methode RemoveAllJobSchedules() () () () Removes all shared and unshared schedules from the job.
Öffentliche Methode RemoveAllJobSchedules(Boolean) Removes all shared and unshared schedules from the job.
Öffentliche Methode RemoveAllJobSteps Removes all the job steps associated with the job.
Öffentliche Methode RemoveFromTargetServer Removes an execution target server from the list of target servers maintained for a job.
Öffentliche Methode RemoveFromTargetServerGroup Removes a group of execution target servers from the list of target servers maintained for a job.
Öffentliche Methode RemoveSharedSchedule(Int32) Removes the specified shared schedule from the job.
Öffentliche Methode RemoveSharedSchedule(Int32, Boolean) Removes the specified shared schedule from the job and keeps unused schedules.
Öffentliche Methode Rename Renames the job.
Geschützte Methode RenameImpl This method supports the SMO infrastructure and is not intended to be used directly from your code. (Geerbt von NamedSmoObject.)
Geschützte Methode RenameImplWorker This method supports the SMO infrastructure and is not intended to be used directly from your code. (Geerbt von NamedSmoObject.)
Öffentliche Methode Script() () () () Generates a Transact-SQL script that can be used to re-create the Microsoft SQL Server Agent job.
Öffentliche Methode Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the Microsoft SQL Server Agent job as specified by the scripting options.
Geschützte Methode ScriptAlter (Geerbt von SqlSmoObject.)
Geschützte Methode ScriptChangeOwner This method supports the SMO infrastructure and is not intended to be used directly from your code. (Geerbt von NamedSmoObject.)
Geschützte Methode ScriptCreate (Geerbt von SqlSmoObject.)
Geschützte Methode ScriptDdl (Geerbt von SqlSmoObject.)
Geschützte Methode ScriptDrop (Geerbt von SqlSmoObject.)
Geschützte Methode ScriptImpl() () () () (Geerbt von SqlSmoObject.)
Geschützte Methode ScriptImpl(ScriptingOptions) (Geerbt von SqlSmoObject.)
Geschützte Methode ScriptImplWorker (Geerbt von SqlSmoObject.)
Geschützte Methode ScriptRename This method supports the SMO infrastructure and is not intended to be used directly from your code. (Geerbt von NamedSmoObject.)
Geschützte Methode SetParentImpl (Geerbt von SqlSmoObject.)
Öffentliche Methode Start() () () () Runs the referenced job.
Öffentliche Methode Start(String) Runs the referenced job starting at the specified job step.
Öffentliche Methode Stop Stops executing the referenced job.
Öffentliche Methode ToString Returns a String that represents the referenced object. (Geerbt von SqlSmoObject.)
Geschützte Methode TouchImpl (Geerbt von SqlSmoObject.)
Geschützte Methode UnbindDefaultImpl (Geerbt von SqlSmoObject.)
Geschützte Methode UnbindRuleImpl (Geerbt von SqlSmoObject.)
Öffentliche Methode Validate (Geerbt von SmoObjectBase.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_ExtendedProperties (Geerbt von SqlSmoObject.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Category Gets or sets the category to which the job belongs.
Öffentliche Eigenschaft CategoryID Gets the ID value that uniquely identifies the job category.
Öffentliche Eigenschaft CategoryType Gets or sets the type of category, with respect to local or multiserver jobs.
Öffentliche Eigenschaft CurrentRunRetryAttempt Gets the number of times Microsoft SQL Server Agent has attempted to run the job unsuccessfully.
Öffentliche Eigenschaft CurrentRunStatus Gets the current execution status of the job.
Öffentliche Eigenschaft CurrentRunStep Gets information about the job step that is currently running.
Öffentliche Eigenschaft DateCreated Gets the date and time when the job was created.
Öffentliche Eigenschaft DateLastModified Gets the date and time when the job was last modified.
Öffentliche Eigenschaft DeleteLevel Gets or sets the completion action that determines whether to delete the job definition when the job finishes execution.
Öffentliche Eigenschaft Description Gets or sets the textual description of the job.
Öffentliche Eigenschaft EmailLevel Gets or sets the completion action that determines whether to send an e-mail notification to an operator when the job finishes execution.
Öffentliche Eigenschaft EventLogLevel Gets or sets the completion action that determines whether to generate an operating system event log entry when the job finishes execution.
Geschützte Eigenschaft ExecuteForScalar Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (Geerbt von SqlSmoObject.)
Öffentliche Eigenschaft HasSchedule Gets the Boolean property value that specifies whether the job has at least one schedule.
Öffentliche Eigenschaft HasServer Gets the Boolean property value that specifies whether the job has a target server assigned for multiple-server operations.
Öffentliche Eigenschaft HasStep Gets the Boolean property value that specifies whether the job has at least one job step.
Öffentliche Eigenschaft IsEnabled Gets or sets the Boolean property value that specifies whether the job is enabled.
Geschützte Eigenschaft IsTouched Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (Geerbt von SqlSmoObject.)
Öffentliche Eigenschaft JobID Gets or sets the job ID value.
Öffentliche Eigenschaft JobSchedules Gets a collection of JobSchedule objects that represent the schedules assigned to the job.
Öffentliche Eigenschaft JobSteps Gets a collection of JobStep objects that represent the job steps defined for the job.
Öffentliche Eigenschaft JobType Gets the job type, which specifies whether the job is local or multiserver.
Öffentliche Eigenschaft LastRunDate Gets the date and time when the job was last run.
Öffentliche Eigenschaft LastRunOutcome Gets the result of the job from the last time it completed execution.
Öffentliche Eigenschaft Name (Überschreibt NamedSmoObject. . :: . .Name.)
Öffentliche Eigenschaft NetSendLevel Gets or sets the completion action that determines whether to net-send a notification to an operator when the job finishes execution.
Öffentliche Eigenschaft NextRunDate Gets the date and time when the job is next scheduled to run.
Öffentliche Eigenschaft NextRunScheduleID Gets the ID value of the schedule that is responsible for the next execution of the job.
Geschützte Eigenschaft ObjectInSpace Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (Geerbt von SqlSmoObject.)
Öffentliche Eigenschaft OperatorToEmail Gets or sets the operator that receives notification by e-mail when the job finishes execution.
Öffentliche Eigenschaft OperatorToNetSend Gets or sets the operator that receives a net-send notification when the job finishes execution.
Öffentliche Eigenschaft OperatorToPage Gets or sets the operator that receives a pager notification when the job finishes execution.
Öffentliche Eigenschaft OriginatingServer Gets the name of the server that is acting as the master server in a multiserver job.
Öffentliche Eigenschaft OwnerLoginName Gets or sets the owner of the job.
Öffentliche Eigenschaft PageLevel Gets or sets the completion action that determines whether to send a pager notification to an operator when the job finishes execution.
Öffentliche Eigenschaft Parent Gets or sets the JobServer object that is the parent of the Job object.
Öffentliche Eigenschaft Properties Gets a collection of Property objects that represent the object properties. (Geerbt von SqlSmoObject.)
Geschützte Eigenschaft ScalarResult Gets the scalar result for the referenced object. (Geerbt von SqlSmoObject.)
Öffentliche Eigenschaft StartStepID Gets or sets the ID value of the first job step in the sequence to be executed.
Öffentliche Eigenschaft State Gets the state of the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Geerbt von SqlSmoObject.)
Öffentliche Eigenschaft UserData Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft VersionNumber Gets a system-maintained value that is incremented every time the job is modified.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis PropertyChanged (Geerbt von SqlSmoObject.)
Öffentliches Ereignis PropertyMetadataChanged (Geerbt von SqlSmoObject.)

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IAlienObjectDiscover (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObjectGetParent (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObjectGetProperty (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcPropertyProviderGetPropertySet (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObjectGetUrn (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObjectResolve (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObjectSetProperty (Geerbt von SqlSmoObject.)

Zum Anfang