Page History
...
Public Properties
Property | Description |
---|---|
BlobBlockSize | Blob block size used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer. |
BlobOverhead | Blob storage overhead used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer. |
CaseHandling | CaseHandling used in the Model. Valid values are: 0 = PreserveCase, 1 = LowerCase, 2 = UpperCase. DATATYPE: Integer. |
CaseShift | CaseShift setting used in the Model Options. Valid values are: 0 = PreserveCase, 1 = LowerCase, 2 = UpperCase. DATATYPE: Integer. |
DatabasePlatform | Database platform type of the model. DATATYPE: String. |
Datatype | Datatype default in the Model. DATATYPE: String. |
DatatypeNotNullable | Ddefault Datatype Nullability used in the Model. Valid values are: 0 = Nullable and 1 = NotNullable. DATATYPE: Integer. |
DatatypeScale | Default Datatype Scale used in the Model. DATATYPE: Integer. |
DatatypeWidth | Default Datatype Width used in the Model. DATATYPE: Integer. |
Dimensional | Determines whether a model is Dimensional (true) or Relational (false). DATATYPE: Boolean. |
DisablePostSQL | DisablePostSQL boolean used in the Model Options. If true, then PostSQL is not generated. DATATYPE: Boolean. |
DisablePreSQL | DisablePreSQL boolean used in the Model Options. If true, then PreSQL is not generated. DATATYPE: Boolean. |
GenAlternateKey | Generate Alternate Key in the Model. DATATYPE: Boolean. |
GenForeignKey | Generate Foreign Key in the Model. DATATYPE: Boolean. |
GenInversionEntry | Generate Inversion Entry in the Model. DATATYPE: Boolean. |
GenPKWithCluster | Generate the Primary Key with Cluster in Generate Physical Model. DATATYPE: Boolean. |
GenPrimaryKey | Generate Primary Key in the Model. DATATYPE: Boolean. |
GUID | GUID of the model as assigned by ER/Studio. Each model has a unique GUID. DATATYPE: String. |
ID | ID of the model as assigned by ER/Studio. Each model in a diagram has a unique ID. DATATYPE: Integer. |
IndexOverhead | Index storage overhead used to estimate the size of an index in the capacity planning dialog. DATATYPE: Integer. |
Logical | Determines whether the model is logical (true). DATATYPE: Boolean. |
MajorPlatform | Generalized description of the database platform type of the model. DATATYPE: String. |
Name | Name of the model. DATATYPE: String. |
NameMax | Maximum Name Length used in the Model. Only Logical Models are changed by this property. DATATYPE: Integer. |
NamePrefix | NamePrefix used in Generating Physical Model. DATATYPE: String. |
NameSync | NameSynchronization scheme in the Model. Valid values are: 0 = Complete, 1 = Partial, 2 = None. DATATYPE: Integer. |
NamingStandardsTemplateId | 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 | Notation used in the Model. Valid values are: 0 = IDEF1X, 1 = IE, 2 = TRUE_IE, 3 = DASHED_IE. DATATYPE: Integer. |
PostSQL | PostSQL string used in the Model Options. DATATYPE: String. |
PreSQL | PreSQL string used in the Model Options. DATATYPE: String. |
RoleNamePrefix | Default RoleName prefix used in the Model. DATATYPE: String. |
RowOverhead | Row storage overhead used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer. |
SpaceHandling | SpaceHandling used in the Model. Valid values are: 0 = PreserveSpaces, 1 = RemoveSpaces, 2 = UnderScoreSpaces. DATATYPE: Integer. |
StatementDelimiter | Statement delimiter of the model. DATATYPE: String. |
TableOverhead | Table storage overhead used to estimate the size of a table in the capacity planning dialog. DATATYPE: Integer. |
...