Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The RepairPolicyAutomation method recreates all necessary artifacts for all automated policies.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub RepairPolicyAutomation
'Usage
Dim instance As PolicyStore
instance.RepairPolicyAutomation()
public void RepairPolicyAutomation()
public:
void RepairPolicyAutomation()
member RepairPolicyAutomation : unit -> unit
public function RepairPolicyAutomation()
Hinweise
If there is a reason to suspect that something is not working, for example, if somebody manually removed a job or schedule, this procedure can be executed to restore the proper state of policy automation. That includes scheduled and on-change policies.