You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Public Methods

MethodDescription
ActiveSubModelReturns the active submodel, which is the submodel that is currently displayed in ER/Studio. RETURN DATATYPE: SubModel.
BoundAttachmentsGets all of the the BoundAttachments of this Model.
BoundSecurityPropertiesGets all of the BoundSecurityProperties of this Model.
BusinessDataObjectsReturns all of the BusinessDataObjects of this model.
DataMovementModelLinksReturns the DataMovementModelLinks collection, which contains all datamovement links that link this model to source/target models.
DB2390AuxTablesDB2 OS/390 only. Returns an object representing a collection of all auxiliary tables.
DB2DatabasesReturns the DB2Databases in this model.
DB2OS390AliasesReturns the DB2OS390Aliases of this model.
DB2OS390AuxTablesDB2 OS/390 only. Returns an object representing a collection of all auxiliary tables.
DB2OS390SynonymsReturns the DB2OS390Synonyms of this model.
DB2StoGroupsReturns the DB2StoGroups in this model.
DB2TablespacesReturns the DB2Tablespaces in this model.
DB2UDBAliasesReturns the DB2UDBAliases of this model.
DB2UDBBufferPoolsReturns the DB2UDBBufferPools associated with this Model.
DB2UDBMaterializedQueryTablesReturns the DB2UDBMaterializedQueryTables of this model.
DB2UDBNodeGroupsReturns the DB2 UDB NodeGroups associated with this Model.
DB2UDBSequencesReturns the DB2UDBSequences of this model.
DB2UDBTablespacesReturns the DB2UDBTablespaces associated with this Model.
DBRolesReturns an object representing a collection of all DBRoles in the model.
DBSchemasReturns an object representing a collection of all DBSchemas in the model.
DBUsersReturns an object representing a collection of all DBUsers in the model.
DDLGenerationObjectReturns an object which provides an interface for generating the DDL for the model.
DeleteNamingStandardsTemplateUnbind this Model from the naming standards template by deleting the naming standards template ID from the model.
EntitiesReturns an object representing a collection of all entities in the model.

Returns the FirebirdGenerators of this model.

Returns the naming standards template bound to the model or null, if none is bound to the model.

Creates an HTML report for the Model, and then saves it in the given WebDirectory. PARAMETERS: WebDirectory (String), UseUnixDelimiter (Boolean), IncludeModel (Boolean).

Returns the InterBaseGenerators of this model.

Returns an object representing a collection of all lines in the model.

Returns the NetezzaSynonyms of this model.

Returns the ObjectTypes of this model.

Returns the OracleMaterializedViews of this model.

Returns the OracleRollbackSegments of this model.

Returns the OracleSequences of this model.

Returns the OracleSynonyms of this model.

Returns the OracleTablespaces associated with this Model.

Returns the Packages of this model.

Returns an object which provides an interface for generating the physical model for the logical model.

Returns an object representing a collection of all stored procedures in the model.

Returns an object representing a collection of all relationships in the model.

Get the Check Out status of this Model object. DATATYPE: StringObjects.

Get the Version History of this Model from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects.

Returns the Shapes of this model.

Returns the SQLServerSequences of this model.

Returns the SQLServerSynonyms of this model.

Returns an object representing a collection of all submodels in the model.

Returns an object representing a collection of all SubTypeClusters in the model.

Returns a collection of user comments associated with this model.

Returns an object representing a collection of all view relationships in the model. RETURN DATATYPE: ViewRelationships.

Returns an object representing a collection of all views in the model.

Public Properties

PropertyDescription

Blob block size used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer.

Blob storage overhead used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer.

CaseHandling used in the Model. Valid values are: 0 = PreserveCase, 1 = LowerCase, 2 = UpperCase. DATATYPE: Integer.

CaseShift setting used in the Model Options. Valid values are: 0 = PreserveCase, 1 = LowerCase, 2 = UpperCase. DATATYPE: Integer.

Database platform type of the model. DATATYPE: String.

Datatype default in the Model. DATATYPE: String.

Ddefault Datatype Nullability used in the Model. Valid values are: 0 = Nullable and 1 = NotNullable. DATATYPE: Integer.

Default Datatype Scale used in the Model. DATATYPE: Integer.

Default Datatype Width used in the Model. DATATYPE: Integer.

Determines whether a model is Dimensional (true) or Relational (false). DATATYPE: Boolean.

DisablePostSQL boolean used in the Model Options. If true, then PostSQL is not generated. DATATYPE: Boolean.

DisablePreSQL boolean used in the Model Options. If true, then PreSQL is not generated. DATATYPE: Boolean.

Generate Alternate Key in the Model. DATATYPE: Boolean.

Generate Foreign Key in the Model. DATATYPE: Boolean.

Generate Inversion Entry in the Model. DATATYPE: Boolean.

Generate the Primary Key with Cluster in Generate Physical Model. DATATYPE: Boolean.

Generate Primary Key in the Model. DATATYPE: Boolean.

GUID of the model as assigned by ER/Studio. Each model has a unique GUID. DATATYPE: String.

ID of the model as assigned by ER/Studio. Each model in a diagram has a unique ID. DATATYPE: Integer.

Index storage overhead used to estimate the size of an index in the capacity planning dialog. DATATYPE: Integer.

Determines whether the model is logical (true). DATATYPE: Boolean.

Generalized description of the database platform type of the model. DATATYPE: String.

Name of the model. DATATYPE: String.

Maximum Name Length used in the Model. Only Logical Models are changed by this property. DATATYPE: Integer.

NamePrefix used in Generating Physical Model. DATATYPE: String.

NameSynchronization scheme in the Model. Valid values are: 0 = Complete, 1 = Partial, 2 = None. DATATYPE: Integer.

ID of the NamingStandardsTemplate object bound to the model (if any). A user can bind a NamingStandardsTemplate to the model by assigning a particular NamingStandardsTemplateId to this property. DATATYPE: Integer.

Notation used in the Model. Valid values are: 0 = IDEF1X, 1 = IE, 2 = TRUE_IE, 3 = DASHED_IE. DATATYPE: Integer.

PostSQL string used in the Model Options. DATATYPE: String.

PreSQL string used in the Model Options. DATATYPE: String.

Default RoleName prefix used in the Model. DATATYPE: String.

Row storage overhead used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer.

SpaceHandling used in the Model. Valid values are: 0 = PreserveSpaces, 1 = RemoveSpaces, 2 = UnderScoreSpaces. DATATYPE: Integer.

Statement delimiter of the model. DATATYPE: String.

Table storage overhead used to estimate the size of a table in the capacity planning dialog. DATATYPE: Integer.

See Also

  • No labels