Share via


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

'Declaration
ReadOnly Property IsSystemObject As Boolean
'Usage
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.

.NET Framework Security

See Also

Reference

IVsDataTabularObject Interface

IVsDataTabularObject Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace