Server.IsClustered 属性
Gets the IsClustered property value.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsClustered As Boolean
Get
用法
Dim instance As Server
Dim value As Boolean
value = instance.IsClustered
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsClustered { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property bool IsClustered {
bool get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract IsClustered : bool
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override IsClustered : bool
final function get IsClustered () : boolean
属性值
类型:System.Boolean
The IsClustered property value.
实现
IServerInformation.IsClustered