IVsDataTabularObject.IsSystemObject Property

Gets a value indicating whether the tabular object is a system object.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

ReadOnly Property IsSystemObject As Boolean

Dim instance As IVsDataTabularObject
Dim value As Boolean

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

Property Value

Type: System.Boolean

true if the tabular object is a system object; otherwise, false.

Permissions

See Also

Reference

IVsDataTabularObject Interface

IVsDataTabularObject Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace