IVsDataExecutableObject.IsSystemObject Property

Gets a value indicating whether this executable data 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 IVsDataExecutableObject
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 this executable data object is a system object; otherwise, false.

Permissions

See Also

Reference

IVsDataExecutableObject Interface

IVsDataExecutableObject Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace