Linguaggio

Computer.IsClustered Proprietà

Definizione

Ottiene il Boolean valore che determina se il computer è in un cluster.

public:
 property bool IsClustered { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty]
public bool IsClustered { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty>]
member this.IsClustered : bool
Public ReadOnly Property IsClustered As Boolean

Valore della proprietà

Un Boolean valore che specifica se il computer è in un cluster. Se True, il computer è in un cluster. In caso contrario, False.

Attributi

Esempio

VC#

System.Console.WriteLine(computer.IsClustered);  

VB

System.Console.WriteLine(computer.IsClustered)  

PowerShell

Write-Host $computer.IsClustered  

Si applica a