--- title: "AcceptPause Property (SqlService Class) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: wmi ms.topic: "reference" api_name: - "AcceptPause Property (SqlService Class)" api_location: - "sqlmgmproviderxpsp2up.mof" topic_type: - "apiref" helpviewer_keywords: - "AcceptPause property" ms.assetid: 4339e903-35ee-4395-b005-ca58b3a24a84 author: CarlRabeler ms.author: carlrab manager: craigg --- # AcceptPause Property (SqlService Class) Gets the Boolean property value that specifies whether the service can be paused. ## Syntax ``` object .AcceptPause [= value] ``` ## Parts *object* A [SqlService Class](sqlservice-class.md) object that represents the service. ## Property Value/Return Value A Boolean value that specifies whether the service can be paused. `true` if the service can be paused; `false` if the service cannot be paused. ## Remarks ## See Also [Starting and Stopping Services](https://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx)