--- title: "Clustered 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: - "Clustered Property (SqlService Class)" api_location: - "sqlmgmproviderxpsp2up.mof" topic_type: - "apiref" helpviewer_keywords: - "Clustered property" ms.assetid: f714e7f5-c2db-45c6-9536-6ca2cb5b42aa author: CarlRabeler ms.author: carlrab manager: craigg --- # Clustered Property (SqlService Class) Gets the Boolean property value that specifies whether the service is part of a clustered instance. ## Syntax ``` object .Clustered [= 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 is participating in a clustered instance: `true` if the service is participating in a clustered instance, or `false` if the service is not participating in a clustered instance. ## Remarks ## See Also [Starting and Stopping Services](https://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx)