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