DBObjectInfoBase Class

Base class that manages the state of the object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public MustInherit Class DBObjectInfoBase _
    Implements IDBObjectInformation
'Usage
Dim instance As DBObjectInfoBase
public abstract class DBObjectInfoBase : IDBObjectInformation
public ref class DBObjectInfoBase abstract : IDBObjectInformation
public abstract class DBObjectInfoBase implements IDBObjectInformation
[<AbstractClassAttribute>]
type DBObjectInfoBase =  
    class
        interface IDBObjectInformation
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport.DBObjectInfoBase

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DBObjectInfoBase Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace