Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.37 KB

File metadata and controls

43 lines (34 loc) · 1.37 KB
title Clustered Property (SqlService)
ms.custom seo-lt-2019
ms.date 03/03/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology wmi
ms.topic reference
apiname
Clustered Property (SqlService Class)
apilocation
sqlmgmproviderxpsp2up.mof
helpviewer_keywords
Clustered property
ms.assetid f714e7f5-c2db-45c6-9536-6ca2cb5b42aa
author CarlRabeler
ms.author carlrab

Clustered Property (SqlService Class)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md] 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 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