DeferredHierarchyObject Class

Definition

Delays the hierarchy objects that are built from the XML file.

public ref class DeferredHierarchyObject abstract : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::HierarchyObject
public abstract class DeferredHierarchyObject : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.HierarchyObject
type DeferredHierarchyObject = class
    inherit HierarchyObject
Public MustInherit Class DeferredHierarchyObject
Inherits HierarchyObject
Inheritance
DeferredHierarchyObject

Constructors

DeferredHierarchyObject()

Initializes a new instance of the DeferredHierarchyObject class with the default property values.

Methods

AddChild(String, Object)

Adds a name of the child object.

(Inherited from HierarchyObject)
AddProperty(String, Object)

Adds the name of the property object.

(Inherited from HierarchyObject)
Clone()

Creates a new instance of the object.

(Inherited from HierarchyObject)

Applies to