Computer.IsClustered 属性

Gets the Boolean value that determines whether the computer is in a cluster.

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property IsClustered As Boolean 
    Get
用法
Dim instance As Computer 
Dim value As Boolean 

value = instance.IsClustered
[SfcPropertyAttribute]
public bool IsClustered { get; }
[SfcPropertyAttribute]
public:
property bool IsClustered {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsClustered : bool
function get IsClustered () : boolean

属性值

类型:System.Boolean
A Boolean value that specifies whether the computer is in a cluster. If True, the computer is in a cluster. Otherwise, False.

示例

VC#

System.Console.WriteLine(computer.IsClustered);

VB

System.Console.WriteLine(computer.IsClustered)

PowerShell

Write-Host $computer.IsClustered

请参阅

参考

Computer 类

Microsoft.SqlServer.Management.Utility 命名空间