| title | managed_backup.fn_is_master_switch_on (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | managed_backup.fn_is_master_switch_on (Transact-SQL) | ||||
| author | MikeRayMSFT | ||||
| ms.author | mikeray | ||||
| ms.date | 06/10/2016 | ||||
| ms.service | sql | ||||
| ms.subservice | system-objects | ||||
| ms.topic | reference | ||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| dev_langs |
|
[!INCLUDE sqlserver2016]
Returns the state of the [!INCLUDEss-managed-backup] operations on the instance of SQL Server.
Use this function to get the current state of [!INCLUDEss-managed-backup].
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
managed_backup.fn_is_master_switch_on () None
BIT
1 = [!INCLUDEss-managed-backup] is active, 0 = [!INCLUDEss-managed-backup] is paused.
Requires SELECT permissions on the function.