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


Свойство IsSystemObject

Gets a value that indicates whether this is a system object.

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

Синтаксис

'Декларация
ReadOnly Property IsSystemObject As Boolean
    Get
'Применение
Dim instance As IDatabaseObject
Dim value As Boolean

value = instance.IsSystemObject
bool IsSystemObject { get; }
property bool IsSystemObject {
    bool get ();
}
abstract IsSystemObject : bool
function get IsSystemObject () : boolean

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

Тип: System. . :: . .Boolean
true if this is a system object; otherwise, false.