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

Property Value

Type: System.Boolean
true if this executable data object is a system object; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataExecutableObject Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace