--- title: "SqlServiceAdvancedProperty Class | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ms.topic: "reference" api_name: - "SqlServiceAdvancedProperty Class" api_location: - "sqlmgmproviderxpsp2up.mof" topic_type: - "apiref" helpviewer_keywords: - "SqlServiceAdvancedProperty class" ms.assetid: a5d06bde-6058-464c-a4aa-444d83f2331f author: CarlRabeler ms.author: carlrab manager: craigg --- # SqlServiceAdvancedProperty Class The [SqlServiceAdvancedProperty Class](sqlserviceadvancedproperty-class.md) represents an advanced property of the service that is referenced by the [SqlService Class](../sqlservice-class/sqlservice-class.md) object. The [AdvancedProperties Property (SqlService Class)](../sqlservice-class/advancedproperties-property-sqlservice-class.md) references an array of [SqlServiceAdvancedProperty Class](sqlserviceadvancedproperty-class.md) objects. The [Starting and Stopping Services](https://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx) class represents properties that are unique to the service. These properties are not in the list of properties that is associated with the [SqlService Class](https://technet.microsoft.com/library/ms186497.aspx) class. The [SqlServiceAdvancedProperty Class](https://technet.microsoft.com/library/ms182447.aspx) class allows representation of string, numeric, or Boolean properties. You can use this class to view the unique properties of the specified service. ## See Also [Starting, Stopping, and Pausing Services](https://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx)