--- title: "AdvancedProperties 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: - "AdvancedProperties Property (SqlService Class)" api_location: - "sqlmgmproviderxpsp2up.mof" topic_type: - "apiref" helpviewer_keywords: - "AdvancedProperties property" ms.assetid: 63bcb7e2-1f78-4961-b4b9-1b635a89079b author: CarlRabeler ms.author: carlrab manager: craigg --- # AdvancedProperties Property (SqlService Class) Gets an array of object references that contain the advanced properties for the `SqlService` object. ## Syntax ``` object .AdvancedProperties [= value] ``` ## Parts *object* A [SqlService Class](sqlservice-class.md) object that represents the service. ## Property Value/Return Value An array of [SqlServiceAdvancedProperty Class](../sqlserviceadvancedproperty-class/sqlserviceadvancedproperty-class.md) objects that contain the advanced properties for the `SqlService` object. ## Remarks ## See Also [Starting and Stopping Services](https://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx)