--- title: "ResumeService Method (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: - "ResumeService Method (SqlService Class)" api_location: - "sqlmgmproviderxpsp2up.mof" topic_type: - "apiref" helpviewer_keywords: - "ResumeService method" ms.assetid: 0b0a5f08-b95e-4626-bf81-309da7a0aacd author: CarlRabeler ms.author: carlrab manager: craigg --- # ResumeService Method (SqlService Class) Attempts to place the service in the resumed state. ## Syntax ``` object .ResumeService() ``` ## Parts *object* A [SqlService Class](sqlservice-class.md) object that represents the service. ## Property Value/Return Value A uint32 value, which is 0 if the `ResumeService` request was accepted, 1 if the request is not supported, and any other number to indicate an error. ## Remarks ## See Also [Starting and Stopping Services](https://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx)