Partager via


Propriété IServerInformation.IsClustered

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")> _
<DisplayNameKeyAttribute("Server_IsClusteredName")> _
ReadOnly Property IsClustered As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IServerInformation Interface

Espace de noms Microsoft.SqlServer.Management.Smo