--- title: "SqlService Class | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ms.topic: "reference" api_name: - "SqlService Class" api_location: - "sqlmgmproviderxpsp2up.mof" topic_type: - "apiref" helpviewer_keywords: - "SqlService class" ms.assetid: ecac7a16-c638-4703-ab08-753b63295f3a author: CarlRabeler ms.author: carlrab manager: craigg --- # SqlService Class The [SqlService Class](sqlservice-class.md) represents an instance of a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] service. The [SqlService Class](sqlservice-class.md) is used to programmatically manage the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] service. With the [SqlService Class](sqlservice-class.md) object, you can perform the following tasks: - Connect to the service. - Modify the account and password used to connect to the service. - Start, stop, pause, and resume the service. - Check the properties of the service. ## See Also [Starting and Stopping Services](https://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx)