IServerInformation.IsClustered 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayDescriptionKeyAttribute("Server_IsClusteredDesc")> _
<DisplayNameKeyAttribute("Server_IsClusteredName")> _
ReadOnly Property IsClustered As Boolean 
    Get
用法
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

属性值

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

请参阅

参考

IServerInformation 接口

Microsoft.SqlServer.Management.Smo 命名空间