Compartilhar via


VersionNumber Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

The VersionNumber property returns a system-maintained change-tracking indicator for the referenced job.

Sintaxe

object.VersionNumber

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetVersionNumber(LPLONG pRetVal);

Comentários

Saving any change to the referenced job, or its steps and schedules, versions the job. Job versioning can be part of simple logic that verifies correct versions for multiserver administration targets.

Applies To: