IServerInformation.IsClustered Property
Gets a Boolean value that specifies if the instance of SQL Server is clustered.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")> _
<DisplayNameKeyAttribute("Server_IsClusteredName")> _
ReadOnly Property IsClustered As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
Boolean