Answered Data Type of Flexible Properties

  • Wednesday, June 04, 2008 7:03 AM
     
     
    I need some clarifications on the flexible properties concept.

    Say I have a Container containing a Customer entity. The Customer entity has a property called Name of string type.

    Now, I want to add a new Customer entity to the same container, and instead of storing text in the Name property, I want to store picture (binary type) in Name.

    Can SSDS allow me to do this, i.e. different data types but same propety name within the same container?

All Replies

  • Thursday, June 05, 2008 6:34 AM
     
     Answered
    Yes, you can do this.  SSDS allows you to have properties with the same names, but different types within the same container.

    Stan
    Program Manager, Cloud DB
    • Proposed As Answer by Stan Kitsis - MSFT Thursday, June 05, 2008 6:36 AM
    • Marked As Answer by c.c.chai Thursday, June 05, 2008 2:45 PM
    •