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


Свойство IDatabasePerformanceFacet.IsSystemObject

Indicates whether the database performance facet is a system object.

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

Синтаксис

'Декларация
<DisplayNameKeyAttribute("Database_IsSystemObjectName")> _
<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")> _
ReadOnly Property IsSystemObject As Boolean 
    Get
'Применение
Dim instance As IDatabasePerformanceFacet 
Dim value As Boolean 

value = instance.IsSystemObject
[DisplayNameKeyAttribute("Database_IsSystemObjectName")]
[DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")]
bool IsSystemObject { get; }
[DisplayNameKeyAttribute(L"Database_IsSystemObjectName")]
[DisplayDescriptionKeyAttribute(L"Database_IsSystemObjectDesc")]
property bool IsSystemObject {
    bool get ();
}
[<DisplayNameKeyAttribute("Database_IsSystemObjectName")>]
[<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean

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

Тип: System.Boolean
A Boolean value indicating whether the database performance facet is a system object. Returns True if the facet is a system object; otherwise, False.

См. также

Справочник

IDatabasePerformanceFacet Интерфейс

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