DBSchemaElementNameContainer Properties | 
The DBSchemaElementNameContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| SchemaName | 
            Gets the name of the schema.
              | |
| SchemaSyncSourceType | 
            Gets or sets the sync source the schema uses. This affects the way the UI will allow the user to select/specify tables from the DB or not and 
            whether tables are obtained from the DB at all or not: if it's set to Model or Mixed, no tables are obtained from the db. 
              | |
| StoredProcedureNames | 
            Gets the names of stored procedures which meta-data to retrieve
              | |
| SynonymNames | 
            Gets the names of synonyms which meta-data to retrieve
              | |
| TableNames | 
            Gets the names of tables which meta-data to retrieve
              | |
| TableValuedFunctionNames | 
            Gets the names of table valued functions which meta-data to retrieve
              | |
| ViewNames | 
            Gets the names of views which meta-data to retrieve
              |