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
    Get
bool IsSystemObject { get; }
property bool IsSystemObject {
    bool get ();
}
abstract IsSystemObject : bool
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

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace