IVsDataTabularObject.IsSystemObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the tabular object is a system object.
public:
property bool IsSystemObject { bool get(); };
public bool IsSystemObject { get; }
member this.IsSystemObject : bool
Public ReadOnly Property IsSystemObject As Boolean
Property Value
true if the tabular object is a system object; otherwise, false.