Computer.IsClustered Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la Boolean valeur qui détermine si l’ordinateur est dans 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
Valeur de propriété
Une valeur qui précise Boolean si l’ordinateur fait partie d’un cluster. Si True, l’ordinateur est dans un cluster. Sinon, False.
- Attributs
Exemples
VC#
System.Console.WriteLine(computer.IsClustered);
VB
System.Console.WriteLine(computer.IsClustered)
Powershell
Write-Host $computer.IsClustered