IsClustered 属性

Gets the IsClustered property value.

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

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property IsClustered As Boolean
    Get
用法
Dim instance As Server
Dim value As Boolean

value = instance.IsClustered
[SfcPropertyAttribute]
public bool IsClustered { get; }
[SfcPropertyAttribute]
public:
virtual property bool IsClustered {
    bool get () sealed;
}
[<SfcPropertyAttribute>]
abstract IsClustered : bool
[<SfcPropertyAttribute>]
override IsClustered : bool
final function get IsClustered () : boolean

属性值

类型:System. . :: . .Boolean
Boolean

实现

IServerInformation. . :: . .IsClustered