Поделиться через


Свойство 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