For more information on each switch, click the respective link.
|
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: |
||
|
Example: |
ApexSQLClean ... /dt:co ... |
|
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: |
||
|
Example: |
ApexSQLClean ... /l:o ... |
|
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" ... |
|
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 ... |
|
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: |
||
|
Example: |
ApexSQLClean ... /os:test ... |
Copyright © 2008 ApexSQL LLC. All Rights Reserved.