Graphical Dependencies Options Switches

For more information on each switch, click the respective link.

 

/dependency_type

Alias:

/dt

Arguments:

/dependency_type:co|ds|pc|pd

Required:

-

Default:

Parents and Descendants [pd]

Description:

ChildrenOnly [co] - shows the object and its children

Descendents [ds] - shows the object plus all descendents including children and grand children

ParentsAndChildrenOnly [pc] - shows the object plus its parents and children

ParentsAndDescendents [pd] - shows all objects, including parents, children and descendants

Arguments can not be combined.

See Also:

Dependency Type Filter.

Example:

ApexSQLClean ... /dt:co ...

Top

/layout

Alias:

/l

Arguments:

/layout:c|f|h|o

Required:

-

Default:

Force Directed [f]

Description:

Model type

CircularLayout [c] - layout objects in a circle such that links form a circle

ForceDirectedLayout [f] - layout objects most used in center with least used on outside

HierarchicalLayout [h] - orders objects with parents at top and descendents at the bottom with each generation sharing the same vertical level

OrthogonalLayout [o] - layout items such that they are right-angled to each other

Arguments can not be combined.

See Also:

Model Type.

Example:

ApexSQLClean ... /l:o ...

Top

/depviewer_options

Alias:

/dv

Arguments:

/depviewer_options:"file path"

Required:

-

Default:

-

Description:

Dependency Viewer options path.

See Also:

Dependency Viewer options.

Example:

ApexSQLClean ... /dv:"c:\My projects\options.xml" ...

Top

/object_name

Alias:

/n

Arguments:

/object_name:"object name"

Required:

-

Default:

-

Description:

Sets object name that will be analyzed graphically. It must be used together with "/object_schema" switch.

Example:

ApexSQLClean ... /n:Customers ...

Top

/object_schema

Alias:

/os

Arguments:

/object_schema:arg

Required:

-

Default:

-

Description:

Sets object owner/schema that will be analyzed graphically. It must be used together with "/object_name" switch.

See Also:

Show Owner.

Example:

ApexSQLClean ... /os:test ...

Top