Partager via


IsClustered propriété

Gets the IsClustered property value.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsClustered As Boolean
    Get
'Utilisation
Dim instance As Server
Dim value As Boolean

value = instance.IsClustered
[SfcPropertyAttribute]
public bool IsClustered { get; }
[SfcPropertyAttribute]
public:
virtual property bool IsClustered {
    bool get () sealed;
}
[<SfcPropertyAttribute>]
abstract IsClustered : bool
[<SfcPropertyAttribute>]
override IsClustered : bool
final function get IsClustered () : boolean

Valeur de la propriété

Type : System. . :: . .Boolean
Boolean

Implémente

IServerInformation. . :: . .IsClustered