Lists properties for an entity in the repository.
props [ connect-args | local-args ] entity
<jag_props entity=”entity” />
Option |
Description |
Required |
---|---|---|
connect-args | local-args |
Arguments to specify a connection to the server or to run in local mode. See “Local versus connected mode”. |
Yes |
entity |
The entity identifier for the entity whose properties are listed. |
Yes |
Return value |
Indicates |
---|---|
0 |
The command ran successfully; the result is true/success. |
2 |
The command did not run successfully; an exception was thrown. |
This example lists the properties of Package:SVU.
Command line:
jagtool props Package:SVU
Ant build file:
<jag_props entity="Package:SVU" />
This example lists the properties of Server:Jaguar.
Command line:
jagtool props Server:Jaguar
Ant build file:
<jag_props entity="Server:Jaguar" />
Appendix B, “Repository Properties Reference”
Copyright © 2005. Sybase Inc. All rights reserved. |