ITableOptions.IsSystemObject Property
Gets the Boolean value that determines whether the table is a system object.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("Table_IsSystemObjectDesc")] [DisplayNameKeyAttribute("Table_IsSystemObjectName")] bool IsSystemObject { get; }
Property Value
Type: System.BooleanA Boolean value that determines whether the table is a system object.
If True, the table is a system object. Otherwise, False.
Show: