IServerInformation.IsClustered 속성

Gets a value that indicates whether the instance of SQL Server is clustered.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")> _
<DisplayNameKeyAttribute("Server_IsClusteredName")> _
ReadOnly Property IsClustered As Boolean 
    Get
‘사용 방법
Dim instance As IServerInformation 
Dim value As Boolean 

value = instance.IsClustered
[DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")]
[DisplayNameKeyAttribute("Server_IsClusteredName")]
bool IsClustered { get; }
[DisplayDescriptionKeyAttribute(L"Server_IsClusteredDesc")]
[DisplayNameKeyAttribute(L"Server_IsClusteredName")]
property bool IsClustered {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")>]
[<DisplayNameKeyAttribute("Server_IsClusteredName")>]
abstract IsClustered : bool
function get IsClustered () : boolean

속성 값

유형: System.Boolean
True if the instance of SQL Server is clustered; otherwise, false.

참고 항목

참조

IServerInformation 인터페이스

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