Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Applies to:
SQL Server 2016 (13.x) and later versions
Returns the state of the SQL Server managed backup to Microsoft Azure operations on the instance of SQL Server.
Use this function to get the current state of SQL Server managed backup to Microsoft Azure.
Transact-SQL syntax conventions
Syntax
managed_backup.fn_is_master_switch_on ()
Arguments
None
Return Type
BIT
1 = SQL Server managed backup to Microsoft Azure is active, 0 = SQL Server managed backup to Microsoft Azure is paused.
Security
Permissions
Requires SELECT permissions on the function.