Поделиться через


Свойство WorkloadGroup.IsSystemObject

Gets a Boolean value that indicates whether the workload group is a system object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsSystemObject As Boolean 
    Get
'Применение
Dim instance As WorkloadGroup 
Dim value As Boolean 

value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsSystemObject {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean

Значение свойства

Тип: System.Boolean
A Boolean value that indicates whether the workload group is a system object. Returns true if the group is a system object; otherwise, False (default).

См. также

Справочник

WorkloadGroup Класс

Пространство имен Microsoft.SqlServer.Management.Smo