Partager via


Propriété IsClustered

Gets a Boolean value that specifies if 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
<DisplayNameKeyAttribute("Server_IsClusteredName")> _
<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")> _
ReadOnly Property IsClustered As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
Boolean