IsClustered 屬性
Gets a Boolean value that specifies if the instance of SQL Server is clustered.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<DisplayNameKeyAttribute("Server_IsClusteredName")> _
<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")> _
ReadOnly Property IsClustered As Boolean
Get
'用途
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