IServerInformation.IsClustered Property
Gets a value that indicates whether the instance of SQL Server is clustered.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayNameKeyAttribute("Server_IsClusteredName")> _
<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")> _
ReadOnly Property IsClustered As Boolean
Get
'Kullanım
Dim instance As IServerInformation
Dim value As Boolean
value = instance.IsClustered
[DisplayNameKeyAttribute("Server_IsClusteredName")]
[DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")]
bool IsClustered { get; }
[DisplayNameKeyAttribute(L"Server_IsClusteredName")]
[DisplayDescriptionKeyAttribute(L"Server_IsClusteredDesc")]
property bool IsClustered {
bool get ();
}
[<DisplayNameKeyAttribute("Server_IsClusteredName")>]
[<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")>]
abstract IsClustered : bool
function get IsClustered () : boolean
Property Value
Type: System.Boolean
True if the instance of SQL Server is clustered; otherwise, false.