Information.IsClustered 속성

Gets the Boolean value that specifies whether the instance of SQL Server is a clustered server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsClustered As Boolean 
    Get
‘사용 방법
Dim instance As Information 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
A Boolean value that specifies whether the instance of SQL Server is running on a clustered server. If True, the server is clustered. Otherwise, False (default).

주의

The IsClustered property is a Boolean value that specifies whether the instance of SQL Server is a clustered server, by using Windows Clustering, for example.

SMO에서 SQL Server 구성

참고 항목

참조

Information 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스