Data Model
Views
The RSS Adapter models RSS entities in relational Views, or read-only tables. The adapter dynamically obtains the schemas; reconnect to pick up any changes such as column names or data types.
Customizing the Dynamic Schemas
You can create custom schemas by either using the GenerateSchemaFiles connection property or calling the CreateSchema stored procedure.