Database File Group Node Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
IsDefault | Boolean | False | Specifies whether this filegroup should be the default for the containing database. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Files> <File /> </Files> | AstDatabaseFileNode | This is a collection of database file items that comprise the parent database file group. |