다음을 통해 공유


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