Job scope constants specify execution target attributes for SQL Server Agent jobs.
Constant | Value | Description |
---|---|---|
SQLDMOJob_Local | 1 | Job will execute on the Microsoft® SQL Server™ installation on which the job is stored |
SQLDMOJob_MultiServer | 2 | Job will execute on one or more TSX target servers |
SQLDMOJob_Unknown | 0 | Job is bad or invalid |