Share via


PartyMedia Table (System.Identity Schema)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Fields

The following table lists the fields in the PartyMedia table.

Column Type Required Description

Folder

int

yes

The Modeling Services Folder associated with the Party Media. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The unique identifier of the Party Media.

StartDate

datetime2(7)

The start date for the Party Media.

EndDate

datetime2(7)

The end date for the Party Media.

KindId

bigint

The unique identifier of a Kind that describes additional information about the Party Media. References the [System.Identity].[Kinds] view.

TenantId

bigint

yes

References the [System.Identity].[Parties] view.

PartyId

bigint

yes

The unique identifier of the Party associated with the Party Media. References the [System.Identity].[Parties] view.

PersonaId

bigint

The unique identifier of the Persona associated with the Party Media. References the [System.Identity].[Personas] view.

Description

nvarchar(128)

yes

The description of the Party Media.

Content

varbinary(max)

yes

The binary content of the Party Media.

EncodingId

bigint

yes

References the [System.Identity].[Kinds] view.

Remarks

See Also

Reference

System.Identity Tables
System.Identity Schema

Send comments about this topic to Microsoft.