dbo.SXARCMTile 
Default Table Name  SXARCMTile 
Definition  Stores all the Tiles information 

dbo.SXARCMTile Columns 
ColumnName  Domain  Datatype  NULL  Definition 
Build    int  NO  Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. 
TouchedBy    varchar(50)  NO  Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
TouchedWhenUTC    datetimeoffset(3)  NO  The date and time that the row was last updated including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. 
CreatedBy    varchar(50)  NO  Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
CreatedWhenUTC    datetimeoffset(3)  NO  The date and time that the row was created including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. 
MSRowVersion    timestamp  NO  Optimistic lock identifier using rowversion datatype. 
TileID(PK)    int  NO  Primary key 
Name    varchar(100)  NO  Name for the tile 
ToolBoxIcon    nvarchar(255)  YES  Icon for the tile which displayed in the toolbox 
Description    varchar(100)  NO  Description for the tile which will be displayed as tooltip for the tile when hovered over in the toolbox 
AssemblyName    nvarchar(255)  YES  Assembly containing the tile 
TypeName    nvarchar(255)  YES  Fully qualified type name of the tile. 
TileTypeID(FK)    int  NO  A foreign key to the TileTypeID column in the SXARCMTileType table. 
DisplayName    nvarchar(100)  NO  Display Name of the Tile 
IsBinary    bit  NO  Flag to determine whether Xaml is stored against tile 
Xaml    xml  YES  Xaml for tile 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.SXARCMTile Primary and Unique Keys 
Key Name  Key Type  Keys 
SXARCMTilePK  PrimaryKey  TileID